Health

Health check and service status endpoints

Health check endpoint

get
/ping

Simple health check endpoint that returns "pong" when the service is running and healthy. Used for monitoring and load balancer health checks.

Responses
chevron-right
200

Service is healthy and responding

text/plain
ResponsestringExample: pong
get
/ping

Last updated