get
https://example.com/v1/me/notifications/stream
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
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200Successful Response
401Authentication required
429Too many concurrent SSE connections for this traveler
503Fanout or database not available