Rotate Webhook Secret
Webhooks API
Rotate Webhook Secret
Generate a new signing secret for a webhook
POST
Rotate Webhook Secret
Overview
Generate a new signing secret for a webhook. The old secret becomes invalid immediately. The new secret is only returned once, so make sure to store it securely.Authentication
Your API key with Write scope
Path Parameters
Webhook ID (UUID)Example:
770e8400-e29b-41d4-a716-446655440000Request Examples
Response
Indicates if the request was successful
Human-readable response message
Webhook with new secret
Success Response
The
secret is a 64-character hex string (32 bytes). This is the raw secret used for HMAC-SHA256 signature verification.Error Responses
Rate Limits
- 100 requests per minute per API key
Next Steps
Webhook Verification
Learn how to verify webhook signatures
Get Webhook
View webhook details