This resource tests the application can reach and connect to the Cloudshare server using the API
Request URL
GET https://use.cloudshare.com/API/v2/ApiTest/Ping
Parameters
None.
Response example
{
"data": {
"result": "Pong"
},
"remaining_api_calls": 100,
"status_additional_data": null,
"status_code": "0x20000",
"status_text": "Success"
}