v1
latestOpenAPI 3.1.02026-07-24233206489.1 KBHealth
Health Check
Check the health status of the service including environment, configuration, and database connectivity
get/v1/health_check
Response
Service is healthy
Example response
{
"data": {
"config": {
"env": "stg",
"service-name": "invoices-api"
},
"db": {
"time": "2025-07-23 14:30:00+00:00"
},
"env": {
"env": "dev"
}
}
}