API health check
GET/v1/health
If the API back-end services are up and runing, you receive HTTP status code 200 with optional version info.
In other cases, you may receive errors similar to the following ones:
Status code | Description |
---|---|
503 | Service Unavailable - there is planned service outage |
Note: resource DOES NOT require valid access_token in the HTTP header of the requestGet current state of the API
Request
Header Parameters
Content-Type stringrequired
Possible values: [application/json; charset=utf-8
]
Content Type
Responses
- 200
- 503
- application/json
- Schema
- Example (from schema)
Schema
projectVersion stringnullablerequired
Version of the project
{
"projectVersion": "Skip Pay 5.12.0"
}
Service is not available
Loading...