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

# Health Check

`GET /v1/health_check`

Check the health status of the service including environment, configuration, and database connectivity

## Response `200`

Service is healthy

- object — Standard response containing data and its metadata if any
  - `data` HealthCheckResponseDTO — Health check response containing environment, configuration, and database status
    - `config` HealthCheckConfigInfoDTO — Application configuration information
      - `env` string
      - `service-name` string
    - `db` HealthCheckDBInfoDTO — Database connectivity and status information
      - `time` string
    - `env` HealthCheckEnvInfoDTO — Environment information from the system environment
      - `env` string
  - `has_more` boolean

## Other responses

- `500` — Service is unhealthy

---

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