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