Ping

Category: User Permissions: Public Call Type: Synchronous

Used to keep a connection alive.

Request

{ }

Ping requires no payload.

Response

{
  "msg": "PONG"
}

Response is PONG.

KeyValue

msg

string. PONG

Last updated