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

# Health

`GET /health/check`

Performs a basic health check and returns a response indicating API health.

## Response `200`

Successful Response

- ApiGenericResponseHealth
  - `error` boolean — A boolean error indicator.
  - `message` string, nullable — Optional message.
  - `data` Health — Indicates API status.
    - `status` string

## Other responses

- `400` — Business Logic Error
- `403` — Permission Error
- `409` — Integrity Error or Data Conflict

---

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