Health monitoring and system status operations
Basic health check endpoint to verify the API is running
Service is healthy
Service is unhealthy
Check database connectivity and return test data
Database is healthy
Database connection error
Last updated 5 months ago
GET /v1/health HTTP/1.1 Host: api.example.com Accept: */*
OK
GET /v1/health/db HTTP/1.1 Host: api.example.com Accept: */*
[ { "id": 1, "name": "text", "created_at": "2026-02-14T03:28:59.849Z" } ]