cURL
curl --request GET \ --url https://app.mlm-platform.com/api/v1/admin/kyc/{kycId} \ --header 'x-tenant-api-key: <api-key>'
200
Example
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "user": {}, "status": "<string>", "provider": "<string>", "providerApplicantId": "<string>", "rejectionReason": "<string>", "verifiedAt": "2023-11-07T05:31:56Z", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "documents": [ {} ], "auditLogs": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "action": "<string>", "actorId": "<string>", "details": {}, "createdAt": "2023-11-07T05:31:56Z" } ]}
Tenant API key for authentication. Keys are scoped to specific environments (LIVE or SANDBOX). Obtain keys from the admin dashboard.
KYC detail
Show child attributes