Endpoints · Webhooks
Get one webhook
GET
https://api.tickerbot.io/v2/webhooks/{id}Returns the current state of a webhook subscription. Visibility is account-scoped (not key-scoped) — every API key on this account can fetch every webhook on this account. Webhooks owned by a different account return 404.
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.
Query parameters
stringrequiredWebhook id returned by a subscribe endpoint (`POST /v2/tickers/{T}/subscribe`, etc.).
Status codes
200The full webhook record (
signing_secret stripped).400Invalid webhook id format.
404Webhook not found, or owned by another account.