Ping
Ping server
GET /v1/ping
Checks if server is responsive
Language
# You can also use wget
curl -X GET /v1/ping \
-H 'Accept: application/json'
{
"version": "pong"
}
Response Schema
Status Code 200
| Name | Type | Description |
|---|---|---|
| » version | string | none |
Status Code default
| Name | Type | Description |
|---|---|---|
| » status | integer | Http status code |
| » error_code | string | Readable error code |
| » message | string | Detailed error message |
| » errors | [object] | Validation errors if POST request was sent. Otherwise not present. |
| »» field | string | Field name that failed validation |
| »» messages | [string] | Validation error message |