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.
| Method | Path | Summary |
|---|---|---|
| POST | https://api.tickerbot.io/ | Canonical create: a webhook is a trigger plus a delivery. |
| GET | https://api.tickerbot.io/ | Fetch one webhook subscription. |
| GET | https://api.tickerbot.io/ | List every webhook subscription on this account. |
| PATCH | https://api.tickerbot.io/ | Edit a webhook subscription in place. |
| DELETE | https://api.tickerbot.io/ | Delete a webhook subscription. |
| POST | https://api.tickerbot.io/ | Re-enable a disabled webhook. |
| POST | https://api.tickerbot.io/ | Send a real-shape test POST to your endpoint, instantly. |
| GET | https://api.tickerbot.io/ | Inspect 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.