cURL
curl --request GET \ --url https://api.mail.gorillaa.one/health/startup \ --header 'Authorization: Bearer <token>'
{ "status": "ready", "timestamp": "2023-11-07T05:31:56Z", "database": { "healthy": true, "latencyMs": 123, "error": "<string>" } }
Checks database connectivity only
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Database is reachable
ready
"ready"
Health status of an individual service dependency
Show child attributes