Roadmap — Q1 2027

Webhooks

There is no outbound event delivery in the API today — and this page won’t pretend otherwise. Delivery ships with the events pipeline; two real alternatives exist now.

REAL ALTERNATIVES, TODAY
SSE stream (GET /v1/events/stream) — push-shaped, live today, one curl -N awayPolling GET /v1/links/{id}/stats with from= is reliable for dashboardsThe only inbound callback in the system is DNS verification on domains

WHEN DELIVERY SHIPS, THIS PAGE GETS: ENDPOINT REGISTRATION · SIGNING SECRETS · RETRY SCHEDULE

LIVE TODAY
The SSE click stream→ API · Analytics

The real-time surface that already exists, documented with runnable cURL.