Automation · Webhooks
Issue a new signing secret
key requiredpost
Invalidates the previous secret. Accept both for a short window on your side to avoid dropping deliveries already in flight.
Path parameters
idrequiredstring
Responses
- 200
- Issue a new signing secret
- 400
- Invalid request —
VALIDATION_ERROR. - 401
- Missing, invalid, revoked or expired credential.
- 403
- Authenticated but not entitled — the plan does not include this endpoint or feature.
- 404
- No such resource, or it is not active —
NOT_FOUND. The message names what was looked up. - 429
- Rate limit or monthly quota exceeded —
RATE_LIMIT_EXCEEDEDorQUOTA_EXCEEDED. HonourRetry-After. - 500
- Unexpected server error.
Example response
Not runnable from the browser. The API accepts cross-origin GET only, so a POST has to come from your own server. Copy a sample above and run it there.