Get a customer by lookup key
GET/customers/:lookupKey/:lookupValue
Retrieve comprehensive information about individual B2C customers using dynamic lookup keys with optional data expansion and related entity inclusion.
Key Features
- Dynamic Lookup Keys: Access customer accounts by
id
orsourceId
+source
combination - Data Expansion: Include related data like user preferences, account settings, and personal information
- Complete Response Structure: Receive detailed customer profiles with all associated metadata and account relationships
- Error Handling: Clear error messages for invalid lookup keys or missing customer accounts
Request
Responses
- 200
- 400
- 404
Get a customer by lookup key - 200 / Get a customer by lookup key - 200 (expands: sources,parent)
Get a customer by lookup key - 400 (invalid lookup key)
Get a customer by lookup key - 404