Skip to main content
GET
/
verifications
/
{uuid}
/
documents
List verification documents
curl --request GET \
  --url https://{subdomain}.truust.io/2.0/verifications/{uuid}/documents \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": 123,
      "uuid": "<string>",
      "type": "IDENTITY_PROOF",
      "status": "CREATED",
      "refused_reason": "<string>",
      "url": "<string>",
      "created_at": "2023-11-07T05:31:56Z"
    }
  ]
}

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

Verification UUID.

Response

200 - application/json

List of documents

data
object[]