View as markdown
Endpoints · Webhooks

Re-enable a webhook

POSThttps://api.tickerbot.io/v2/webhooks/{id}/enable

Flips a webhook back to active and clears its match-state cache so the next eval treats every currently-matching ticker as new and fires a single webhook.fired. Use after fixing whatever caused auto-disable. To validate your receiver before letting real fires hit it, call POST /v2/webhooks/{id}/test.

Plan access

Paid plans (Hobby and above).

Cadence

Real-time on every paid plan — evaluated on every data refresh (~1×/min), so a match is delivered within seconds of it landing. Optionally throttle a webhook to hourly or at-market-open.

Capacity

Hobby 10 · Pro 100 · Scale & Enterprise unlimited.

stringrequired

Webhook id.

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