Webhooks

Rotate a webhook signing secret (24h rollover grace)

POST/webhooks/{id}/rotate-secret

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Query Parameters

organization?string

Organization slug (OAuth actors with several orgs); API keys imply theirs.

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/webhooks/string/rotate-secret"
{  "property1": null,  "property2": null}