Websockets
Our websockets provide real-time data updates for your tracking devices, ensuring you stay informed as changes occur.
How It Works
Authentication To initiate a WebSocket connection, a valid session must be included in the request query.
Learn how to generate a session ID here (link to detailed instructions).
Websocket Connection Once connected, the websocket will stream real-time data for your tracking devices. Key details to note:
Data Streaming: Real-time updates are sent as long as the connection remains active.
Rate Limiting: A maximum of 2 responses per second is enforced to ensure optimal performance.
Update Triggers: Updates are only sent when there is a change in the status or location of at least one of your tracking devices.
Getting Started For step-by-step instructions on connecting to the websocket, refer to our websocket connection guide (link to detailed instructions).
Last updated
Was this helpful?