Mark a contact dedup review as kept separate
Organizations
Mark a contact dedup review as kept separate
Marks the review as kept_separate (no merge), records the resolving user, and writes an audit log entry. Suppresses future fuzzy-match suggestions for this contact pair.
PATCH
Mark a contact dedup review as kept separate
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Freeform resolution payload recorded on the review; for merges, may include fieldChoices (source/candidate per field) and other reviewer-chosen metadata persisted with the merge audit entry.
Response
Contact dedup review marked as kept separate
Available options:
true Example:
{
"_id": "5f7b1c2e8a1d4e0012c3b4b0",
"organizationId": "5f7b1c2e8a1d4e0012c3b400",
"sourceContactId": "5f7b1c2e8a1d4e0012c3b4a5",
"candidateContactId": "5f7b1c2e8a1d4e0012c3b4a7",
"reviewSource": "fuzzy_match",
"status": "needs_review",
"score": 86,
"thresholdSnapshot": {
"thresholdPercent": 90,
"reviewThresholdPercent": 70
},
"fieldBreakdown": {
"firstName": 100,
"lastName": 80,
"email": 75
},
"createdAt": "2026-05-18T14:30:00.000Z",
"updatedAt": "2026-05-18T14:30:00.000Z"
}