Rotate the signing secret
Generates a fresh signing secret and returns it ONCE. The old secret is immediately invalidated — the next event delivery is signed with the new secret. Store the new value securely; it cannot be retrieved later.
Supply an Idempotency-Key header to safely retry on network errors — replays under the same key return the original rotation response rather than minting a fresh secret. Replays against a different public_id under the same key return 409 idempotency_conflict.
Authorizations
Sendmux API key. Use a root API key for Management API routes, or a mailbox credential for Mailbox API routes. Obtain keys from the dashboard under API Keys.
Headers
Client-chosen unique key to safely retry the request. Cached for 24h per (team, endpoint, key). Different target public_id under the same key returns 409 idempotency_conflict.
255"webhooks-rotate-20260424-001"
Path Parameters
Webhook public ID