Skip to main content
GET
/
api
/
data-readiness
Root
curl --request GET \
  --url https://api.example.com/api/data-readiness/ \
  --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

The response is of type Response Root Api Data Readiness Get · object.