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": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "tenant_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "description": "<string>",
      "category": "<string>",
      "region": "<string>",
      "status": "active",
      "is_template": true,
      "verifications_count": 123,
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z"
    }
  ],
  "total": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.truthlocks.com/llms.txt

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

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

Authorizations

X-API-Key
string
header
required

API key for machine-to-machine authentication

Response

List of verification packs

items
object[]
total
integer