Health check | GET /ping

Service health check.

Action

GET /ping

Authentication

No

Request parameters

None

Response fields

field

description

message

“pong”

Example

Request

GET /ping HTTP/1.1
Host:
Date: Mon, 1 Jan 2018 00:00:00 GMT

Response

HTTP/1.1 200 OK
Content-Type: application/json
{
    "statusCode": 0,
    "result":
    {
        "message": "pong"
    },
    "timestamp": 1514736000000
}