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

# Health Check

`GET /health`

Returns API health status. Does not require authentication.

## Response `200`

API is healthy

- HealthResponse
  - `success` boolean
  - `request_id` string
  - `data` object
    - `status` 'healthy'
    - `version` string
    - `timestamp` string, date-time
    - `uptime` number

---

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