BetaExample data

Profile Slices

Return the right identity context without exposing the full person.

What it does

Return only the parts of a user's CanonIQ profile that a product is scoped to receive, such as decision style, values, timing context, preference signals, and consent scope.

Example request

GET /v1/profile-slices/{user_id}

GET /v1/profile-slices/{user_id}?scope=commerce_recommendations

Example response

{
  "decision_style": "evidence-informed",
  "values": ["trust", "quality", "time-saving"],
  "timing_context": "passive_discovery",
  "preference_signals": ["premium-but-practical"],
  "consent_scope": "commerce_recommendations",
  "confidence": 0.82
}

Business use

A commerce product can use this slice to personalize product recommendations, offer timing, and explanation style without accessing unrelated profile data.

Trust & consent

CanonIQ returns only the profile context the product is scoped to receive.

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

More feature modules