View as markdown
Endpoints · Webhooks

Delivery history

GEThttps://api.tickerbot.io/v2/webhooks/{id}/deliveries

Returns the most-recent deliveries (pings and fires) for a webhook, newest-first by created_at. Useful for diagnosing failures and verifying signatures. The request body sent to your target is not stored on the delivery row — only the metadata (status, attempt, response code, error). Account-scoped: any key on the same account can read any webhook's deliveries.

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.

string

Filter by delivery status.

integerdefault 50

Page size. Max 100.

string

Opaque cursor.

200
Page of deliveries with as_of, count, next_cursor, and deliveries.
400
Invalid webhook id format or invalid ?status value.
404
Webhook not found, or owned by another account.