CorebanqCorebanq Developer Docs
Notificationsv1

Real-time notifications via SSE

Establish a Server-Sent Events connection for real-time notifications

GET/v1/notifications/sse

Authorization

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