NotifyHub
Openapi

Open realtime stream

GET
/v1/me/stream

Upgrades the connection to a Server-Sent Events (SSE) stream that pushes real-time notification events (new, updated, deleted) to the authenticated recipient. The stream remains open until the client disconnects. For WebSocket-based real-time delivery, connect to the gateway instead.

Authorization

recipientSession
AuthorizationBearer <token>

In: header

Response Body

curl -X GET "https://loading/v1/me/stream"
Empty