Skip to main content
GET
/
health
Liveness check
curl --request GET \
  --url https://api.creatoraudit.com/v2/health \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "type": "health",
    "status": "ok",
    "api_version": "v2"
  }
}

Authorizations

Authorization
string
header
required

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

Response

Successful Response

data
HealthPayload · object
required