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