SSE notification stream
GET /v1/notifications/stream — Server-sent stream emitting a `notification` event whenever a new notification is recorded. Powers the live toast + unre
GET /v1/notifications/stream
Server-sent stream emitting a notification event whenever a new notification is recorded. Powers the live toast + unread badge. Accepts ?token= for EventSource (which can't set an Authorization header).
| Method | GET |
| Path | /v1/notifications/stream |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | notifications |