Rotate webhook signing secret
Rotate the signing secret for a webhook. Optionally provide a custom key. The new secret is not returned in the response — use the get secret endpoint to retrieve it
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
id
The webhook ID
Request
This endpoint expects an object.
key
An optional custom signing key. If not provided, a new key is generated automatically
Response
Signing secret rotated