latestOpenAPI 3.0.02026-08-133383136.3 KB

fc4f4dd68f9b

KYC

Get KYC Data

get/v1/kyc/details/{applicationId}

Path parameters

applicationIdstring required
Example:d8eb1219-gg24-4773-97d8-b05264621e60

Application Id. It's a unique number with a combination of alphabets, numeric and some special characters like dash, hash, ampersand and forward slash.

Headers

accept-languagestring

Language of the response, supported languages: en-us, in

Response

Get KYC Data

statusCodenumber required

The HTTP status code of the error

messagestring required

Human-readable message containing all available details about the operation

successboolean required

A boolean indicating whether this was a success response or an error response

Example response

{
  "data": {
    "business": [
      {
        "directors": [
          {
            "status": "active"
          }
        ]
      }
    ]
  }
}