---
title: "GET /health"
method: GET
path: "/health"
tags: ["Meta"]
---

# GET /health

`GET /health`

Health check endpoint. Returns 200 if the API, database, and Redis are all operational. Returns 503 if any component is degraded. No authentication required.

## Response `200`

Default Response

- object
  - `status` 'healthy' | 'degraded', required — Overall system status
  - `checks` object, required — Individual component checks (database, redis) with status "ok" or "error"
  - `timestamp` string, required — ISO 8601 timestamp of the health check

## Other responses

- `503` — Default Response

---

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