cURL
curl --request GET \ --url https://api.mail.gorillaa.one/health/ready \ --header 'Authorization: Bearer <token>'
{ "status": "ok", "timestamp": "2023-11-07T05:31:56Z", "services": { "database": { "healthy": true, "latencyMs": 123, "error": "<string>" }, "redis": { "healthy": true, "latencyMs": 123, "error": "<string>" }, "serviceBus": { "healthy": true, "latencyMs": 123, "error": "<string>" } } }
Checks connectivity to database, Redis, and Service Bus
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
All dependencies healthy
ok
degraded
unhealthy
Show child attributes