Skip to content

MongoDB health​

GET
/health/mongodb

Returns 200 if MongoDB connection is ready, 503 otherwise. No auth required.

Responses​

MongoDB healthy

application/json
JSON
{
  
"status": "ok"
}

Playground​

Samples​

Powered by VitePress OpenAPI