Health

Health monitoring and system status operations

Health check

get
/health

Basic health check endpoint to verify the API is running

Responses
200

Service is healthy

text/plain
ResponsestringExample: OK
get
/health

Database health check

get
/health/db

Check database connectivity and return test data

Responses
200

Database is healthy

application/json
get
/health/db

Last updated