Skip to content
getgeolens.com

Health

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

Health check endpoint for ALB, Docker, and Nginx.

Successful Response

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