Update Pack Status
PUT
https://sandbox-api.truthlocks.com/v1/attestation-packs/{id}/statusAuth requiredChanges the status of a verification pack. Valid transitions: draft → active (enables the pack for linking to attestations), active → archived (disables the pack, existing attestation links are preserved), archived → active (re-enables the pack).
Path Parameters
iduuidrequiredThe verification pack UUID
Body Parameters
statusstringrequiredNew status. Must be one of: active, draft, archived
Defaults to active
Responses
{
"success": true
}PUT
/v1/attestation-packs/{id}/statusLanguage
CredentialsHEADER
Authorization
Response
Click Try It! to send a real request, or view sample responses: