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

# Health Check

`GET /health`

Check API connectivity and service availability. This endpoint does not require authentication.

**SDK Usage:**
```typescript
const health = await client.healthCheck();
// { success: true, status: 200, data: "success" }
```

## Response `200`

API is healthy

- object
  - `success` boolean
  - `status` integer
  - `data` string

---

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