Skip to main content
GET
/
v1
/
health
Healthcheck
curl --request GET \
  --url https://api.clarm.com/v1/health \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>",
  "data": "<unknown>"
}
Check the health status of the API service.

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Successful Response

success
boolean
required
message
string | null
data
unknown