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.

MethodPathSummary
POST/v2/webhooksCreate a webhook subscription.
GET/v2/webhooks/{id}Fetch one webhook subscription.
DELETE/v2/webhooks/{id}Delete a webhook subscription.
GET/v2/webhooksList webhook subscriptions on this API key.
GET/v2/webhooks/{id}/deliveriesInspect recent deliveries for a webhook.
POST/v2/webhooks/{id}/enableRe-enable a disabled or pending webhook.