cURL
curl --request POST \ --url https://api.firma.dev/functions/v1/signing-request-api/webhooks/rotate-secret \ --header 'Authorization: <api-key>'
{ "message": "Webhook secret rotated successfully", "new_secret": "whsec_new123...", "old_secret_expires_at": "2025-10-23T12:00:00Z", "rotated_at": "2025-10-16T12:00: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.
Secret rotated successfully
Was this page helpful?
Suggestions
Contact support