Skip to main content
POST
Rotate a webhook's signing secret

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

org_id
string<uuid>
required

The organization ID of the user's organization

webhook_id
string<uuid>
required

The webhook ID

Response

200 - application/json

OK

The response to a secret rotation: the freshly minted signing secret. Returned once, here only — the next delivery signs with it, and it is never retrievable again, so the caller must store it now.

signing_secret
string
required