cURL
curl --request POST \ --url https://api.firma.dev/functions/v1/signing-request-api/workspaces/{id}/api-key/expire \ --header 'Authorization: <api-key>'
{ "message": "Expired 1 pending API key(s)", "workspace_id": "123e4567-e89b-12d3-a456-426614174000", "expired_count": 1, "expired_keys": [ "old-key-uuid" ] }
API key for authentication. Use your API key directly without any prefix (e.g., 'your-api-key'). Bearer prefix is optional but not required.
Workspace ID
Pending keys expired successfully
Number of keys that were expired
List of expired key IDs
Was this page helpful?
Suggestions
Contact support