[COMMAND]

Keeping a Session Alive Using Pings

The session_ping command is used to maintain an active WebSocket session. It should be used at intervals of no more than 30 seconds for as long as the session is needed.

Parameters

This command has no parameters.

Example Request

Copy
{"command":{"command_type":"session_ping"}}

Responses

On Success:

On a successful ping, this command will return a session_pong event.