cURL
curl --request GET \ --url https://api.truthlocks.com/v1/governance/issuer-requests \ --header 'X-API-Key: <api-key>'
{ "requests": [ { "id": "req_abc123", "type": "SUSPEND_ISSUER", "target_issuer_id": "550e8400-e29b-41d4-a716-446655440000", "status": "pending", "reason": "Compliance review required", "created_by": "user:admin@example.com", "created_at": "2026-02-18T19:00:00Z", "approvals": [] } ], "total": 1, "limit": 50, "offset": 0 }
Lists governance requests for issuer approval workflows.
API key for machine-to-machine authentication
Requests listed
The response is of type object.
object