Webhooks
Rotate webhook secret
Rotate the signing secret. The previous secret stops working immediately.
POST
Requires manage webhooks permission (Owner / Admin). Other-workspace IDs return
404.
Update your receiver with the new secret before or immediately after this call. The next attempt — including a retry already queued — signs with the new secret. Deliveries that still verify against the old secret will fail.
Request
string
required
The webhook UUID whose secret should be rotated.
Response
Returns the webhook including the newsigning_secret. Same shape as GET /webhooks/{webhook}.

