cURL
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>" } '
{ "id": "550e8400-e29b-41d4-a716-446655440000", "name": "Acme University", "domain": "acme.edu", "status": "SUSPENDED", "suspended_at": "2026-01-13T12:00:00Z", "suspended_by": "admin@example.com", "reason": "Compliance review pending" }
Suspends an issuer at the platform level. Requires platform admin privileges.
API key for machine-to-machine authentication
Issuer suspended
The response is of type object.
object