Get Verification Pack

GEThttps://sandbox-api.truthlocks.com/v1/attestation-packs/{id}Auth required

Returns a single verification pack by ID, including its current verification count, status, and metadata.

Path Parameters

iduuidrequired

The verification pack UUID

Responses

{
  "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "tenant_id": "t1234567-89ab-cdef-0123-456789abcdef",
  "name": "KYC Identity Verification",
  "description": "Know Your Customer identity proofing: government ID verification, liveness check, address verification, and sanctions screening.",
  "category": "Identity",
  "region": "Global",
  "status": "active",
  "is_template": true,
  "verifications_count": 142,
  "created_at": "2026-01-15T10:00:00Z",
  "updated_at": "2026-03-10T14:30:00Z"
}
GET/v1/attestation-packs/{id}
Language
CredentialsHEADER
Authorization
cURL Request
Examples ▾
curl --request GET \
  --url https://sandbox-api.truthlocks.com/v1/attestation-packs/{id} \
  --header 'accept: application/json' \
  --header 'content-type: application/json' \
  --data '{}'
Response

Click Try It! to send a real request, or view sample responses: