v1

latestOpenAPI 3.1.02026-08-0441813.4 KB
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"
}