Skip to main content
GET
/
customers
/
{uuid}
/
verification
Get KYC verification for a customer
curl --request GET \
  --url https://{subdomain}.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": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.truust.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

uuid
string
required

Customer UUID.

Response

Verification details

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.