Update Verification Pack

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

Updates the name, description, and category of an existing verification pack. Only custom packs and templates can be edited.

Path Parameters

iduuidrequired

The verification pack UUID

Body Parameters

namestringrequired

Updated display name

Defaults to Updated KYC Pack

descriptionstring

Updated description

Defaults to Updated description for this pack.

categorystring

Updated category

Defaults to Identity

Responses

{
  "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "name": "Updated KYC Pack",
  "description": "Updated description for this pack.",
  "category": "Identity",
  "region": "Global",
  "status": "active",
  "is_template": false,
  "verifications_count": 42,
  "created_at": "2026-01-15T10:00:00Z",
  "updated_at": "2026-03-12T18:30:00Z"
}
PUT/v1/attestation-packs/{id}
Language
CredentialsHEADER
Authorization
cURL Request
Examples ▾
curl --request PUT \
  --url https://sandbox-api.truthlocks.com/v1/attestation-packs/{id} \
  --header 'accept: application/json' \
  --header 'content-type: application/json' \
  --data '{
  "name": "Updated KYC Pack",
  "description": "Updated description for this pack.",
  "category": "Identity"
}'
Response

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