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

# Health Check

`GET /api/company_analytic/v1/health`

This endpoint performs a diagnostic check on the API service to ensure it is running correctly. It returns a simple status message indicating if the system is operational and ready to receive requests, useful for monitoring and heartbeat checks.

## Headers

- `x-api-key` string, required

## Response `200`

returns http status :ok

- object
  - `status` string

## Other responses

- `401` — returns http status :unauthorized

---

[API](https://skmtc.net/totalpass/apis/token-use.md) · [All operations](https://skmtc.net/totalpass/apis/token-use/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/totalpass/token-use/revisions/bc65b4950c7e/schema)
