---
title: "Check API health"
method: GET
path: "/health"
tags: ["Health"]
---

# Check API health

`GET /health`

Checks the API's database connection. Returns the JSON string `"OK"` when healthy.

## Response `200`

Health check successful

- string

## Other responses

- `401` — Missing API key
- `404` — Invalid, inactive, or expired API key
- `500` — Health check failed

---

[API](https://skmtc.net/breeze-baby/apis/breeze-api.md) · [All operations](https://skmtc.net/breeze-baby/apis/breeze-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/breeze-baby/breeze-api/versions/d0a18846aa92/schema)
