Skip to content
getgeolens.com

Health

GET
/health
curl --request GET \
--url https://example.com/api/health

Health check endpoint for ALB, Docker, and Nginx.

Successful Response

Media type application/json
HealthResponse
object
status
required
Status
string
providers
required
Providers
object
key
additional properties
ServiceHealth
object
status
required
Status
string
latency_ms
Any of:
number
error
Any of:
string
Example generated
{
"status": "example",
"providers": {
"additionalProperty": {
"status": "example",
"latency_ms": 1,
"error": "example"
}
}
}