Skip to main content
GET
/
health
cURL
curl --request GET \
  --url https://api.clarionhealth.com/v1/health \
  --header 'Authorization: Bearer <token>'
{
  "status": "ok",
  "timestamp": "2025-01-01T00:00:00Z"
}

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
enum<string>
Available options:
ok
timestamp
string<date-time>
Example:

"2025-01-01T00:00:00Z"