Roadmap — Q1 2027
LIVE TODAYWebhooks
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 away→Polling GET /v1/links/{id}/stats with from= is reliable for dashboards→The only inbound callback in the system is DNS verification on domains
WHEN DELIVERY SHIPS, THIS PAGE GETS: ENDPOINT REGISTRATION · SIGNING SECRETS · RETRY SCHEDULE
The SSE click stream→ API · Analytics
The real-time surface that already exists, documented with runnable cURL.