v1

latestOpenAPI 3.0.22026-07-26480119.6 KB
Health

Health check

Returns the current health status of the API. Can be used by load balancers, monitoring tools, or deployment pipelines to verify the service is running.

get/healthcheck

Response

Service is healthy

statusstring required

Example response

{
  "status": "ok"
}