cURL
curl --request GET \ --url https://api.pcxpay.com/v1/kyb \ --header 'Authorization: Bearer <token>'
{ "status": "<string>", "message": "<string>", "data": { "records": [ {} ], "lastEvaluatedKey": {}, "count": 123, "scanned_count": 123 } }
Requires role internal-admin.
internal-admin
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
KYB records
Show child attributes