View as markdown
Endpoints · Webhooks

List subscriptions

GEThttps://api.tickerbot.io/v2/webhooks

Returns 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.

string

Filter by status.

integerdefault 50

Page size. Max 100.

string

Opaque cursor from the previous response.

200
Page of webhooks with as_of, count, next_cursor, and webhooks. The signing_secret field is stripped (it's only shown on create).
400
Invalid ?status value.