Skip to main content
After establishing a connection and completing authentication (for the private endpoint), clients can subscribe to one or more topics to receive real-time updates. Subscriptions are created by sending a subscribe message containing one or more topic names. A successful subscription is acknowledged with a subscribed response. Once confirmed, the server begins streaming event messages for the subscribed topics. A single WebSocket connection can maintain multiple active subscriptions simultaneously. To stop receiving updates, send an unsubscribe message for the corresponding topics. Subscription requests, supported topics, message schemas, and examples are documented in the WebSocket Reference Public and WebSocket Reference Private.