Documentation Index
Fetch the complete documentation index at: https://mintlify.com/eggarcia98/auth-backend/llms.txt
Use this file to discover all available pages before exploring further.
GET /health
Returns the current health status of the server. This endpoint does not require authentication and is used by load balancers, container orchestration platforms (such as Docker Compose and Kubernetes), and monitoring systems to confirm the service is alive.
This endpoint is registered at the root path, not under
/api/v1/auth. The full URL is http://your-host/health.Request
No parameters or authentication required.Response
Always
"ok" when the server is healthy.Unix timestamp (milliseconds) at the time of the request. Useful for confirming the response is fresh.
Examples
Success response (200)
Usage in Docker
The includeddocker-compose.yml uses this endpoint for its built-in health check: