Skip to main content

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 codeDescription
503Service 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

Schema

    projectVersion stringnullablerequired

    Version of the project

Loading...