Webhooks
Rotate Secret
Generate a new signing secret for a webhook. The old secret is invalidated immediately.
POST
Rotate Secret
Path Parameters
The webhook UUID.
Behavior
Generates a new cryptographically random 32-byte hex signing secret, encrypts it at rest (AES-256-GCM), and immediately invalidates the previous secret. All subsequent deliveries will be signed with the new secret. Update your verification code immediately after rotation — any in-flight deliveries signed with the old secret will fail verification on your end.Example
Response
Rotate Secret
