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

# Health Check

`GET /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` InternalHealthcheckHandlerHealthCheckResponseDTO — Health check response containing environment, configuration, and database status
    - `config` InternalHealthcheckHandlerConfigInfoDTO — Application configuration information
      - `env` string
      - `service-name` string
    - `db` InternalHealthcheckHandlerDBInfoDTO — Database connectivity and status information
      - `time` string
    - `env` InternalHealthcheckHandlerEnvInfoDTO — Environment information from the system environment
      - `env` string
  - `message` string
  - `meta` GithubComPaymongoCapitalGoApiPkgDtoMetaDTO
    - `next` string
    - `prev` string
    - `total` integer

---

[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)
