Health

Health Check

Verifies that the service is running.

get/v1/health

Response

Service is healthy.

statusstring required

Example response

{
  "status": "OK"
}

Changes

Changed in 1 of the 18 revisions of this API.11

  • 01e680303db311See the full diff
    • removed the required property from the response with the status

      response-required-property-removed

    • added the required property to the response with the status

      response-required-property-added