Skip to main content
GET
/
health
Check API health status
curl --request GET \
  --url https://nimbussuite.com/api/v1/health \
  --header 'Authorization: Bearer <token>'
{
  "status": "healthy"
}

Authorizations

Authorization
string
header
required

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

Response

System is healthy

status
enum<string>
Available options:
healthy