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