cURL
curl --request GET \ --url https://api.firma.dev/functions/v1/signing-request-api/webhooks/secret-status \ --header 'Authorization: <api-key>'
{ "has_secret": true, "secret_created_at": "2025-09-01T10:00:00Z", "last_rotated_at": "2025-10-16T12:00:00Z", "old_secret_expires_at": "2025-10-17T12:00:00Z", "old_secret_still_valid": true }
API key for authentication. Use your API key directly without any prefix (e.g., 'your-api-key'). Bearer prefix is optional but not required.
Secret status retrieved successfully
Was this page helpful?
Suggestions
Contact support