APIMeta
Check service health
Returns 200 when the database is reachable, 503 when it is not.
Response Body
application/json
application/json
curl -X GET "https://example.com/health"{ "status": "ok", "detail": "string"}Returns 200 when the database is reachable, 503 when it is not.
application/json
application/json
curl -X GET "https://example.com/health"{ "status": "ok", "detail": "string"}