View as markdown
Endpoints · Webhooks

Re-enable a webhook

POST/v2/webhooks/{id}/enable

Resets a webhook back to `pending_verification`, clears its match-state cache (so the next eval treats every currently-matching ticker as new and fires a single `webhook.fired`), and re-enqueues the handshake ping. On 2xx the webhook flips to `active`.

Plan access

Included on every plan.

Cadence

Hobby 5m · Pro 1m · Scale 1m · Enterprise 1m.

Capacity

Hobby 5 · Pro 25 · Scale 100 · Enterprise unlimited.

stringrequired

Webhook id.

200
The updated webhook (now pending_verification).
404
Webhook not found.