Skip to main content
WSS
/
ws
/
private
Messages
Auth
type:object

Authenticate the connection on the private channel using a bearer token (e.g., JWT). Server responds with AuthResponse.

Subscribe
type:object

Subscribe to topics. Server will respond with a Subscribed message.

Unsubscribe
type:object

Unsubscribe from topics. Server will respond with an Unsubscribed message.

Ping
type:object

Ping the server. The server will respond with a Pong message. Client can use ts to measure RTT.

Auth
type:object

Response to an Auth request. Indicates whether authentication succeeded.

Subscribed
type:object

Subscription acknowledgement.

Unsubscribed
type:object

Unsubscribe acknowledgement.

Pong
type:object

Response to Ping.

Error
type:object

Error response.

Event
type:object

Streaming event message.