v1

latestOpenAPI 3.0.02026-07-26166415635.8 KB
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

account_idstring uuid

UUID of the Account instance this CIPInfo is for

created_atstring date-time
idstring uuid

ID of this CIPInfo

provider_nameCIPProvider[]

List of KYC providers this information came from

updated_atstring date-time

Example response

{
  "kyc": {
    "approval_status": "approved"
  }
}