Skip to main content
GET
/
v1
/
attestation-packs
List Verification Packs
curl --request GET \
  --url https://api.truthlocks.com/v1/attestation-packs \
  --header 'X-API-Key: <api-key>'
{
  "items": [
    {
      "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"
    }
  ],
  "total": 25
}
Returns all verification packs for the authenticated tenant, including both built-in enterprise templates and custom packs. Templates are seeded automatically on first access. Results are ordered by template status (templates first) then by creation date descending.

Parameters

Responses

{
  "items": [
    {
      "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"
    }
  ],
  "total": 25
}

Authorizations

X-API-Key
string
header
required

API key for machine-to-machine authentication

Response

List of verification packs

items
object[]
total
integer