Authorizations
API key for authentication. Format: zdb_your_api_key_here
curl --request GET \
--url http://localhost:3000/health/detailed{
"status": "healthy",
"timestamp": "2023-11-07T05:31:56Z",
"response_time_ms": 123,
"checks": {
"database": "ok",
"registration": "ok",
"sync": "ok",
"services": "ok"
},
"node_info": {
"id": "<string>",
"region": "<string>",
"zone": "<string>",
"isRegistered": true
}
}Returns detailed health information (requires authentication in production)
curl --request GET \
--url http://localhost:3000/health/detailed{
"status": "healthy",
"timestamp": "2023-11-07T05:31:56Z",
"response_time_ms": 123,
"checks": {
"database": "ok",
"registration": "ok",
"sync": "ok",
"services": "ok"
},
"node_info": {
"id": "<string>",
"region": "<string>",
"zone": "<string>",
"isRegistered": true
}
}API key for authentication. Format: zdb_your_api_key_here
Was this page helpful?