rotate_webhook_secret
Mint a fresh signing secret for a webhook. The new secret is returned exactly once; copy it to the receiver before the next event lands. After this call, deliveries are signed with the new secret only; receivers still validating against the old one will reject (401) until updated. Use after a suspected leak or as part of routine rotation hygiene.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org_slug | Yes | Org slug | |
| webhook_id | Yes | Webhook id (from list_webhooks) |