Health

Health check

Returns the current health status of the Openstock API.

get/health

Response

Service is healthy

okboolean required

Whether the service is healthy

environmentstring required

Deployment environment name

Example response

{
  "ok": true,
  "environment": "local"
}

Changes

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