{
"bearer": "<string>",
"op": "<string>"
}No examples foundNo examples found{
"op": "<string>"
}{
"success": true,
"op": "<string>"
}No examples foundNo examples found{
"op": "<string>",
"server_ts": 123
}{
"op": "<string>",
"message": "<string>"
}{
"op": "<string>",
"server_ts_ms": 123
}The private channel is used for subscribing to user-specific data.
{
"bearer": "<string>",
"op": "<string>"
}No examples foundNo examples found{
"op": "<string>"
}{
"success": true,
"op": "<string>"
}No examples foundNo examples found{
"op": "<string>",
"server_ts": 123
}{
"op": "<string>",
"message": "<string>"
}{
"op": "<string>",
"server_ts_ms": 123
}Authenticate the connection on the private channel using a bearer token (e.g., JWT). Server responds with AuthResponse.
Subscribe to topics. Server will respond with a Subscribed message.
Unsubscribe from topics. Server will respond with an Unsubscribed message.
Ping the server. The server will respond with a Pong message. Client can use ts to measure RTT.
Response to an Auth request. Indicates whether authentication succeeded.
Subscription acknowledgement.
Unsubscribe acknowledgement.
Response to Ping.
Error response.
Streaming event message.