Get your API key
You’ll need an API key to authenticate your requests. You can create one in Profile -> Keys.More information about API keys can be found on the Authentication page.
Install WebSocket client
We recommend using websocat for testing WebSocket connections.
Connect
Connect to the WebSocket API using your API key. Replace
<YOUR_API_KEY> with your actual key.You won’t receive a confirmation message upon connecting. You can proceed directly to the next step.
What’s Next
Now that you’re connected, check out these resources to build your integration:Protocol Overview
Learn about the WebSocket protocol details and message format.
Example Implementation
See a complete example implementation in JavaScript and Node.js.
