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

# Check app health

`GET /v3/health`

Get app details, such as version and deployment location.

## Response `200`

getHealthCheck 200 response

- HealthCheckDto — App health response.
  - `appId` string — App ID
  - `appEnv` string — Environment where the app is deployed
  - `appVersion` string — App version
  - `bdcRegion` string — AWS region where the app is deployed

---

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