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

idstringRequired
The webhook ID

Request

This endpoint expects an object.
keystringOptional
An optional custom signing key. If not provided, a new key is generated automatically

Response

Signing secret rotated

Errors