Identify a customer from personal information
- Customers
- Customer account
- 2 routes
This scenario documents how to find a customer from personal information and then retrieve the detailed customer profile. It is useful for customer service, advisor tooling and authenticated customer journeys that need to identify an account before reading profile data.
The flow first queries the customer list with personal filters such as name, email, phone number or birthdate, then reuses the returned customer_id to open the detailed profile.
Overview
This scenario helps an application search for an existing customer account before retrieving the detailed profile linked to the selected customer_id.
Prerequisites
- A valid bearer token and
x-api-key. - At least one relevant personal filter to narrow the search.
- The detail step also requires an
accept-languageheader and thecustomer_idreturned by the search step.
Expected result
The application can identify a matching customer, capture the returned customer_id and display the detailed profile with contact, loyalty and locale information.