KYC
Retrieve CIP information
You can retrieve the CIP information you've submitted for a given account.
get/v1/accounts/{account_id}/cip
Response
OK
Example response
{
"kyc": {
"approval_status": "approved"
}
}You can retrieve the CIP information you've submitted for a given account.
OK
{
"kyc": {
"approval_status": "approved"
}
}