Skip to main content
POST
/
verifications
/
{uuid}
/
request
Request verification review
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": {}
}

Authorizations

Authorization
string
header
required

Use your account's Secret Key as the Bearer token.

Path Parameters

uuid
string
required

Verification UUID.

Response

Verification review requested

id
integer
self
string
uuid
string
type
enum<string>
Available options:
INDIVIDUAL,
SELFEMPLOYEE,
LEGAL
status
enum<string>
Available options:
CREATED,
PENDING,
VALIDATED,
REFUSED
refused_reason
string | null
connections
object

Hypermedia links to related resources.