Skip to main content
GET
/
health
/
live
Kubernetes liveness probe
curl --request GET \
  --url https://api.mail.gorillaa.one/health/live \
  --header 'Authorization: Bearer <token>'
{
  "status": "ok",
  "timestamp": "2023-11-07T05:31:56Z"
}

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 alive

status
string
required
Example:

"ok"

timestamp
string<date-time>
required