← tickerbot.io
View as markdown
Endpoints › Webhooks

Webhooks

A webhook is a trigger plus a delivery: a saved query or condition paired with where to send it. It is the table’s third tense: the clause you scan, pushed to you when it becomes true.

MethodPathSummary
POSThttps://api.tickerbot.io/v2/webhooksCanonical create: a webhook is a trigger plus a delivery.
GEThttps://api.tickerbot.io/v2/webhooks/{id}Fetch one webhook subscription.
GEThttps://api.tickerbot.io/v2/webhooksList every webhook subscription on this account.
PATCHhttps://api.tickerbot.io/v2/webhooks/{id}Edit a webhook subscription in place.
DELETEhttps://api.tickerbot.io/v2/webhooks/{id}Delete a webhook subscription.
POSThttps://api.tickerbot.io/v2/webhooks/{id}/enableRe-enable a disabled webhook.
POSThttps://api.tickerbot.io/v2/webhooks/{id}/testSend a real-shape test POST to your endpoint, instantly.
GEThttps://api.tickerbot.io/v2/webhooks/{id}/deliveriesInspect recent deliveries for a webhook.

The concept

What a webhook is, the four doors, delivery channels, and deduplication.

All of that is on the Webhooks concept page. This family is the routes.