cURL
curl --request GET \ --url https://api.truust.io/2.0/customers/{uuid}/verification \ --header 'Authorization: Bearer <token>'
{ "id": 123, "self": "<string>", "uuid": "<string>", "type": "INDIVIDUAL", "status": "CREATED", "refused_reason": "<string>", "connections": {} }
Returns the current KYC verification record associated with the customer.
Use your account's Secret Key as the Bearer token.
Customer UUID.
Verification details
INDIVIDUAL
SELFEMPLOYEE
LEGAL
CREATED
PENDING
VALIDATED
REFUSED
Hypermedia links to related resources.
Show child attributes