Skip to main content
Receive events through an authenticated WebSocket connection.

The WebSocket object

The ready frame describes the connection and its event window.

Example

GET /v1/websocket upgrades the connection (HTTP 101). Every frame after that is one of these:

Operations

Errors

Common authentication, validation, and server errors apply alongside resource errors. Read error.message for the rejected condition. 1005, 2001, 2003, 2004, 3006.

Next steps