View as markdown
Endpoints · Webhooks

Get one webhook

GEThttps://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.

stringrequired

Webhook id returned by a subscribe endpoint (`POST /v2/tickers/{T}/subscribe`, etc.).

200
The full webhook record (signing_secret stripped).
400
Invalid webhook id format.
404
Webhook not found, or owned by another account.