Celeriz
  1. KYC
Celeriz
  • USER
    • Coins
      GET
    • Chains
      GET
    • Fiat
      GET
  • KYC
    • Get KYC url
      POST
    • Check KYC status
      POST
    • KYC requirements
      POST
  • BANK
    • Add fiat account API
      POST
    • List fiat accounts
      POST
  • ONRAMP
    • Quote
      POST
    • Create transaction
      POST
    • Get transaction
      POST
    • Get user all transaction
      POST
    • Get all transaction
      POST
  • OFFRAMP
    • Quote
      POST
    • Create transaction
      POST
    • Get transaction
      POST
    • Get user all Transaction
      POST
    • Get all Transaction
      POST
  • Virtual Accounts
  • Cards
  • SetWebhookUrl
    POST
  1. KYC

Check KYC status

POST
/api/v1/kyc/status
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/v1/kyc/status' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
  "customerId": "8X2m7_116"
}'
Response Response Example
401 - 401 Login needed
{
    "status": 0,
    "code": 401,
    "error": "Please login first and complete otp validation in kycUrl."
}

Request

Header Params

Body Params application/json

Examples

Responses

🟠401401 Login needed
application/json
Body

🟢200200 OK
🟠400400 Missing customerId
🟠400400 Invalid customerId
Modified at 2025-07-17 16:42:00
Previous
Get KYC url
Next
KYC requirements
Built with