Retrieve customer profile information
- Customers
- Customer account
- 1 route
How do I access the detailed profile of an authenticated customer?
This scenario explains how to retrieve the detailed profile of an authenticated customer from the customer scope.
Overview
Use GET/v1/customers/{customer_id}/profile to expose the customer profile, identity details, contact information, address, loyalty data, and opt-in status when the caller is authorized to act in the customer scope.
Prerequisites
customer_idmust identify an existing customer.authorization,accept-language, andx-api-keyare required.- The issuer and customer scope must match the requested customer profile.
1
Retrieve the customer profile
Mandatory
GET/v2/customers/{customer_id}/profile
S