cURL
curl --request GET \ --url https://app.mlm-platform.com/api/v1/admin/kyc \ --header 'x-tenant-api-key: <api-key>'
200
Example
{ "reviews": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "user": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "email": "<string>", "name": "<string>", "givenName": "<string>", "surname": "<string>", "registeredAt": "2023-11-07T05:31:56Z" }, "status": "<string>", "provider": "<string>", "documentCount": 123, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ], "pagination": { "page": 123, "limit": 123, "total": 123, "totalPages": 123, "hasNext": true, "hasPrev": true }}
Canonical endpoint. Alias of GET /api/v1/admin/kyc/pending.
GET /api/v1/admin/kyc/pending
Tenant API key for authentication. Keys are scoped to specific environments (LIVE or SANDBOX). Obtain keys from the admin dashboard.
x >= 1
1 <= x <= 100
PENDING
APPROVED
REJECTED
KYC reviews
Show child attributes