Stream new in-app notifications via SSE

Open a Server-Sent Events stream that emits each new in-app notification.

Each event: event: notification\ndata: <NotificationOut JSON>.
Closes with event: done\ndata: {} on server shutdown. Clients should
reconnect on disconnect and call GET /v1/me/notifications to catch up
on any missed rows (in-process fan-out —
see docs/public/notification-sse-stream.md).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Responses
200

Successful Response

401

Authentication required

429

Too many concurrent SSE connections for this traveler

503

Fanout or database not available

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here!