Get contact fuzzy-merge settings
Organizations
Get contact fuzzy-merge settings
Returns the active fuzzy-merge configuration used to detect duplicate contacts (candidate limit, match/review thresholds, custom-field rules with weights, trigger / instant-merge field lists, and per-field conflict resolution rules).
GET
Get contact fuzzy-merge settings
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Contact fuzzy merge settings returned
Available options:
true Example:
{
"candidateLimit": 50,
"thresholdPercent": 90,
"reviewThresholdPercent": 70,
"customFields": [
{
"field": "address.streetAddress",
"weight": 25,
"matchMode": "fuzzy_string"
}
],
"lookupTriggerFields": ["email", "phoneNumber"],
"instantMergeFields": ["email"],
"conflictResolutionRules": { "email": "prefer_newer" }
}