cURL
curl --request PUT \ --url https://api.truthlocks.com/v1/attestation-packs/{id}/status \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "status": "active" } '
{ "success": true }
Activates, deactivates, or archives a verification pack.
API key for machine-to-machine authentication
active
inactive
archived
Status updated
The response is of type object.
object