IdentityResolutionSettings
Retrieve Identity Resolution Settings.
These settings determine how Customer Memory will use identifiers for searching, merging, and resolving profiles.
Some settings can only take on their default values and are not yet available to change, but coming soon.
get/v1/ControlPlane/Stores/{storeId}/IdentityResolutionSettings
Response
Identity resolution settings retrieved successfully
Example response
{
"identifierConfigs": [
{
"idType": "email",
"limitPolicy": "fifo",
"enforceUnique": true,
"normalization": "email"
}
],
"matchingRules": [
"email",
"whatsapp",
"phone"
],
"version": 3
}