PingAPI

Checks API availability and whether the user was successfully authorized.

Input data

The input data structure in JSON is shown below.

{
   "method": "PingAPI"
}

Output data

Returns 1 when the user is authorized successfully, as shown in the following example.

{
   "data": 1
}