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 'X-API-Key: <api-key>'

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.

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

Response

Request executed