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

Included on every plan.

Cadence

Hobby 5m · Pro 1m · Scale 1m · Enterprise 1m.

Capacity

Unlimited on every paid plan.

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.