cURL
curl --request GET \ --url https://localhost:44371/Health
{ "status": "<string>", "timestamp": "2023-11-07T05:31:56Z", "responseTime": 123, "services": [ { "name": "<string>", "status": "<string>", "message": "<string>", "responseTime": 123 } ] }
Retrieves the current health status of the API and its dependencies for monitoring and load balancing.
HealthCheckResponse
GET /health
{ "status": "Healthy", "checks": { "database": "Healthy", "paymentGateway": "Healthy" } }
The system is healthy or degraded.
Show child attributes