Health check
GET
/health
Returns the health status of the MongoDB and Redis connections.
Authorizations
ApiKeyAuth
API token obtained via the /register endpoint. Pass as the X-Api-Token header on every request.
Type
API Key (header: X-Api-Token)
Responses
All services healthy.
application/json
JSON "mongo": "Mongo is fine", "redis": "Redis is fine"
{
}
GET
/health