Example – Test
- GET /api/v2/test
- No session or authentication required. Returns “OK” and timestamp if successfully reached. Useful for testing if a client is establishing a session and reaching API.
{
"meta": {
"message": "OK",
"timestamp": "2017-06-03T13:06:45.592Z",
}
}