Ping the service
Verify that the SpringCard Companion Service is up and running
URL : /service/ping
Method : GET
URL Params : None
Data Params : None
Success Response
Code : 200 OK
Content : a dummy JSON object containing only "Result": "success"
.
Content example
{
"Result": "success"
}
Error Response
No error response is allowed for this route.