Endpoints · Webhooks
Re-enable a webhook
POST
/v2/webhooks/{id}/enableResets 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.
Body parameters
stringrequiredWebhook id.
Status codes
200The updated webhook (now
pending_verification).404Webhook not found.