Skip to main content
POST
/
v1
/
governance
/
issuer-requests
/
{requestId}
/
execute
Execute approved governance request
curl --request POST \
  --url https://api.truthlocks.com/v1/governance/issuer-requests/{requestId}/execute \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "reason": "<string>"
}
'
{
  "success": true,
  "message": "<string>"
}
Executes a previously approved governance request. The request must have received all required approvals before it can be executed. Once executed, the action (suspend, revoke, reinstate) is applied to the target issuer.

Parameters

requestId
string
required
The UUID of the governance request to execute

Responses

Authorizations

X-API-Key
string
header
required

API key for machine-to-machine authentication

Path Parameters

requestId
string<uuid>
required

Body

application/json
reason
string

Optional reason or note for this action

Response

Request executed

success
boolean
message
string