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
Example response
{
"data": {
"business": [
{
"directors": [
{
"status": "active"
}
]
}
]
}
}