v1

latestOpenAPI 3.1.02026-07-24233206489.1 KB
health

Health Check

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

get/health_check

Response

Service is healthy

messagestring

Example response

{
  "data": {
    "config": {
      "env": "stg",
      "service-name": "capital-go-api"
    },
    "db": {
      "time": "2025-07-23T14:30:00Z"
    },
    "env": {
      "env": "dev"
    }
  }
}