System
Service health check
Verifies that the API can reach its Redis and Postgres dependencies. Used by infrastructure liveness/readiness probes.
get/healthcheck
Response
All dependencies are reachable.
Example response
{
"status": "ok"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.