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"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.