Skip to main content
PUT
Update Verification Pack Status
Changes 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).

Parameters

uuid
required
The verification pack UUID
string
required
New status. Must be one of: active, draft, archived

Responses

Authorizations

X-API-Key
string
header
required

API key for machine-to-machine authentication

Path Parameters

id
string<uuid>
required

Body

application/json
status
enum<string>
required
Available options:
active,
inactive,
archived

Response

200 - application/json

Status updated

The response is of type object.