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
Example response
{
"status": "UP",
"version": "3.0.0"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.