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/v1/health_check

Response

Service is healthy

has_moreboolean

Example response

{
  "data": {
    "config": {
      "env": "stg",
      "service-name": "invoices-api"
    },
    "db": {
      "time": "2025-07-23 14:30:00+00:00"
    },
    "env": {
      "env": "dev"
    }
  }
}