BetaExample data

Consent and App Permissions

Let users control which products see which parts of their profile.

What it does

Let users control which products can access which parts of their CanonIQ profile, with per-app scope and per-field controls.

Example request

GET /v1/permissions/{user_id}

GET /v1/permissions/{user_id}?app=commerce_app

Example response

{
  "app": "commerce_app",
  "granted": ["style_values", "budget_posture"],
  "blocked_fields": ["work_identity", "relationship_status"],
  "scope": "commerce_recommendations"
}

Business use

A commerce app can access style values and budget posture. A career app can access work identity and positioning signals. Each app stays inside its scope.

Trust & consent

Users can revoke, narrow, or expand any app's access from the CanonIQ console at any time.

CanonIQ API is currently in beta. Feature examples use sample data and may not represent final product behavior.

More feature modules