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

# Check public API health

`GET /health`

Returns a compact API health response.

## Response `200`

Health response.

- HealthResponse — Compact API health response.
  - `ok` boolean, required
  - `name` string, required

## Other responses

- `400` — Bad request.
- `401` — Unauthorized.
- `429` — Too many requests.
- `500` — Internal server error.

## Changes

- **2026-06-05** `3985c6090c91` — 17 breaking, 4 warning, 74 info
  - the response property `checkout_url` became nullable for the status `400`
  - the response property `checkout_url` became nullable for the status `401`
  - the response property `checkout_url` became nullable for the status `429`
  - the response property `checkout_url` became nullable for the status `500`
  - …91 more

[Change history](https://skmtc.dev/tovuk/apis/tovuk-api/changes/health/get.md)

---

[API](https://skmtc.dev/tovuk/apis/tovuk-api.md) · [All operations](https://skmtc.dev/tovuk/apis/tovuk-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tovuk/tovuk-api/revisions/ef06c3a9c42b/schema)
