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