GET
/
health
curl --request GET \
  --url https://api.clarionhealth.com/v1/health \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json
API is healthy
status
string