Docs
APIMeta

Check service health

Returns 200 when the database is reachable, 503 when it is not.

GET
/health

Response Body

application/json

application/json

curl -X GET "https://example.com/health"
{  "status": "ok",  "detail": "string"}