v1

latestOpenAPI 3.1.02026-08-061895260.0 KB
Health

Verify the status of the API

Returns a 200 status code if the API is up and running.

get/rest/health

Response

Returns a healthcheck document

statusstring required

The status of the API

versionstring required

The version of the API

Example response

{
  "status": "UP",
  "version": "3.0.0"
}