Ping
A simple Ping request, just to verify that ContinuityApp's APIs are up and running, and there are no connectivity issues. You don't need to authenticate in order to use this API.
Definition
GET https://v1.continuityapp.ws/ping
Example request
$ curl https://v1.continuityapp.ws/ping
Returns
Pong.
Example response
{
"response": "pong"
}
Errors
There are no specific errors for this API.
comments powered by Disqus