Skip to main content
GET
/
api
/
health
Health check
curl --request GET \
  --url https://atollhq.com/api/health \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Response

Successful response

The response is of type object.