Endpoints
Webhooks
A webhook is a saved SQL clause (inline q or via rule_id) paired with an HTTPS target. On the cadence configured for your plan, we evaluate the clause and POST a webhook.fired event when new tickers enter the match set. See State-change dedup for why one breakout doesn’t fire 500 times. Hobby and above.
| Method | Path | Summary |
|---|---|---|
| POST | /v2/webhooks | Create a webhook subscription. |
| GET | /v2/webhooks/{id} | Fetch one webhook subscription. |
| DELETE | /v2/webhooks/{id} | Delete a webhook subscription. |
| GET | /v2/webhooks | List webhook subscriptions on this API key. |
| GET | /v2/webhooks/{id}/deliveries | Inspect recent deliveries for a webhook. |
| POST | /v2/webhooks/{id}/enable | Re-enable a disabled or pending webhook. |