GET
/
health
curl --request GET \
  --url https://app.all-hands.dev/health \
  --header 'Authorization: Bearer <token>'
"OK"

Authorizations

Authorization
string
header
required

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

Response

200 - text/plain

API is running

The response is of type string.

Example:

"OK"