cURL
curl --request GET \ --url https://api.mail.gorillaa.one/health \ --header 'Authorization: Bearer <token>'
{ "status": "ok", "timestamp": "2023-11-07T05:31:56Z", "service": "gorillaa-api" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Service is healthy
"ok"
"gorillaa-api"