/help/test
Useful for checking server status
Responses
HTTP Status
200
- Server is working404
- Server is not currently available400
or500
- Server is down, or having problems
Body
XML:
<hash>
<success>true</success>
<request>/v1/help/test.xml</request>
</hash>
JSON:
{"success": true, "request": "/v1/help/test.json"}