Health
Health check and service status endpoints
Simple health check endpoint that returns "pong" when the service is running and healthy. Used for monitoring and load balancer health checks.
Responses
200
Service is healthy and responding
text/plain
ResponsestringExample:
pong400
Bad request
application/json
500
Internal server error
application/json
get
/pingLast updated