Skip to main content
GET
/
health
Basic health check
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"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Service is healthy

status
string
required
Example:

"ok"

timestamp
string<date-time>
required
service
string
required
Example:

"gorillaa-api"