Endpoints · Webhooks
List subscriptions
GET
https://api.tickerbot.io/v2/webhooksReturns webhook subscriptions for the current account (user-scoped, not key-scoped — every key on the same account sees the same registry). Ordered newest-first by created_at. Each row carries a subscription_origin discriminator naming which subscribe endpoint created it (ticker | signal | scan). Use ?status= to filter; pass next_cursor back via cursor= to paginate.
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
stringFilter by status.
integerdefault 50Page size. Max 100.
stringOpaque cursor from the previous response.
Status codes
200Page of webhooks with
as_of, count, next_cursor, and webhooks. The signing_secret field is stripped (it's only shown on create).400Invalid
?status value.