cURL
curl --request GET \ --url https://api.mail.gorillaa.one/health/detailed \ --header 'Authorization: Bearer <token>'
{ "status": "<string>", "timestamp": "2023-11-07T05:31:56Z", "uptime": 123, "memory": { "rss": 123, "heapUsed": 123, "heapTotal": 123 }, "services": "<unknown>", "environment": { "nodeVersion": "<string>", "platform": "<string>", "arch": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Detailed health information
Uptime in seconds
Show child attributes