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
Responses
- 200
- 503
Service is not available