Skip to main content
GET
Real-time event stream (WebSocket)

Authorizations

Authorization
string
header
required

JWT Bearer token for user session auth. Format: "Bearer {token}". Used by User and Organization endpoints.

Response

Switching Protocols — the WebSocket handshake succeeded. The first frame is { "type": "connected", "organizationId", "serverTime" }, then event frames follow (see notes for the full frame table).