Skip to main content
GET
/
health
/
startup
Kubernetes startup probe
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>"
  }
}

Authorizations

Authorization
string
header
required

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

Response

Database is reachable

status
enum<string>
required
Available options:
ready
Example:

"ready"

timestamp
string<date-time>
required
database
object
required

Health status of an individual service dependency