Skip to main content
POST
/
v1
/
platform
/
issuers
/
{id}
/
suspend
Suspend Issuer (Platform Admin)
curl --request POST \
  --url https://api.truthlocks.com/v1/platform/issuers/{id}/suspend \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "reason": "<string>"
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.truthlocks.com/llms.txt

Use this file to discover all available pages before exploring further.

Suspends an approved issuer. Existing attestations remain valid but the issuer cannot mint new ones until reinstated.

Parameters

id
uuid
required
Issuer ID to suspend
reason
string
Reason for suspension (recorded in audit log)

Responses

Authorizations

X-API-Key
string
header
required

API key for machine-to-machine authentication

Path Parameters

id
string<uuid>
required

Body

application/json
reason
string

Response

200 - application/json

Issuer suspended

The response is of type object.