cURL
curl --request POST \ --url https://api.firma.dev/functions/v1/signing-request-api/revoke-template-token \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "jwt_id": "123e4567-e89b-12d3-a456-426614174000" } '
200
Example
{ "message": "JWT revoked successfully", "jwt_id": "123e4567-e89b-12d3-a456-426614174000", "revoked_at": "2024-03-20T16:45:00Z" }
API key for authentication. Use your API key directly without any prefix (e.g., 'your-api-key'). Bearer prefix is optional but not required.
ID of the JWT token to revoke
JWT revoked successfully
Confirmation message
ID of the revoked JWT
Whether the JWT was successfully revoked
Was this page helpful?
Suggestions
Contact support