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

# GET /health-check

`GET /health-check`

Basic health check for uptime and instance health monitoring.

## Headers

- `Cache-Control` string
- `User-Agent` string, required
- `X-Bunq-Language` string
- `X-Bunq-Region` string
- `X-Bunq-Client-Request-Id` string
- `X-Bunq-Geolocation` string
- `X-Bunq-Client-Authentication` string, required

## Response `200`

Basic health check for uptime and instance health monitoring.

- HealthCheckListing[]
  - `HealthResult` HealthCheckResult
    - `status` string — The result status of the health check.
    - `allEntry` HealthCheckResultEntry[] — The entries on which the current status is based.
      - `type` string — The type of HealthCheckResultEntry.
      - `status` string — The status of the HealthCheckResultEntry

## Other responses

- `400` — This is how the error response looks like for 4XX response codes

---

[API](https://skmtc.net/bunq/apis/bunq-api.md) · [All operations](https://skmtc.net/bunq/apis/bunq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bunq/bunq-api/revisions/369477c7bd26/schema)
