Skip to main content
GET
/
api
/
data-readiness
/
health
Health Check
curl --request GET \
  --url https://api.example.com/api/data-readiness/health \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Include the token in the Authorization header as: Authorization: Bearer <token>. The JWT must contain valid client_id, and project_id claims for tenant isolation and SDK routing.

Response

200 - application/json

Successful Response