WSS Documentation#
Each file in this folder corresponds to a single WebSocket action. The filename matches the action string exactly.
How it works#
All communication goes over a single WebSocket connection. Every message (sent or received) carries an action field that identifies the operation.Every response includes these base fields#
These fields are not repeated in individual action docs — only data is documented per action.
Paginated actions#
Some actions accept pagination params in the request and return a pagination object in the response, just like in https requests, e.g;| Action | Paginated |
|---|
chat.messages.get | ✓ |
support.messages.get | ✓ |
Request pagination params:Modified at 2026-03-13 13:12:10