Endpoints · Webhooks
Delivery history
GET
https://api.tickerbot.io/v2/webhooks/{id}/deliveriesReturns 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.
Query parameters
stringrequiredWebhook id.
stringFilter by delivery status.
integerdefault 50Page size. Max 100.
stringOpaque cursor.
Status codes
200Page of deliveries with
as_of, count, next_cursor, and deliveries.400Invalid webhook id format or invalid
?status value.404Webhook not found, or owned by another account.