curl --request GET \ --url https://api.example.com/health
{ "message": "<string>"}
Public Endpoints
Health Check
GET
/
health
Health Check
curl --request GET \ --url https://api.example.com/health
{ "message": "<string>"}
Check the health status of the API and verify database connectivity. This endpoint is useful for monitoring, uptime checks, and ensuring the service is operational.
checks: - name: Short URL API Health url: https://api.example.com/health interval: 60s timeout: 10s expect_status: 200 expect_body: "Database is active"
Show Load Balancer Health Checks
Configure your load balancer to use this endpoint: