cURL
curl --request GET \ --url https://api.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" } ] }
Use your account's Secret Key as the Bearer token.
Verification UUID.
List of documents
Show child attributes