Update Verification Pack
PUT
https://sandbox-api.truthlocks.com/v1/attestation-packs/{id}Auth requiredUpdates the name, description, and category of an existing verification pack. Only custom packs and templates can be edited.
Path Parameters
iduuidrequiredThe verification pack UUID
Body Parameters
namestringrequiredUpdated display name
Defaults to Updated KYC Pack
descriptionstringUpdated description
Defaults to Updated description for this pack.
categorystringUpdated 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
Response
Click Try It! to send a real request, or view sample responses: