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