Notificationsv1
Real-time notifications via SSE
Establish a Server-Sent Events connection for real-time notifications
GET
/v1/notifications/sseAuthorization
BearerAuth AuthorizationBearer <token>
Bearer token authentication
In: header
Response Body
text/event-stream
curl -X GET "https://example.com/v1/notifications/sse""event: open\ndata: {\"message\": \"Connection established\"}\n\n"Empty