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
Included on every plan.
Cadence
Hobby 5m · Pro 1m · Scale 1m · Enterprise 1m.
Capacity
Unlimited on every paid plan.
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.