BetaExample data
Export and Portability
Carry approved identity context across products.
What it does
Allow users to export or carry approved parts of their CanonIQ profile across Lumenfolk products and future partner experiences.
Example request
GET /v1/export/{user_id}
GET /v1/export/{user_id}?format=canoniq_passportExample output
{
"passport_id": "psp_2f9a",
"issued_at": "2026-06-06T12:00:00Z",
"scopes": ["commerce_recommendations", "career_positioning"],
"revocable": true
}Business use
Enables a portable CanonIQ Passport: users carry their permissioned identity context into new products without rebuilding from scratch.
Trust & consent
Passports are user-initiated, scoped, and revocable at any time.
CanonIQ API is currently in beta. Feature examples use sample data and may not represent final product behavior.
More feature modules
Profile Slices
Return the right identity context without exposing the full person.
Learn more about Profile SlicesPersonalization 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 Permissions