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_recommendationsExample 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.
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
Personalization Directives
Turn identity intelligence into product behavior.
Learn more about Personalization DirectivesConsent and App Permissions
Let users control which products see which parts of their profile.
Learn more about Consent and App PermissionsRecommendation Context
Better recommendations through better context.
Learn more about Recommendation Context