Mark a contact dedup review as merged
Organizations
Mark a contact dedup review as merged
Marks the review as merged, merging the source contact into the candidate per the optional resolution payload, recording the resolving user, and writing an audit log entry. Emits socket updates so other clients refresh their dedup queues.
PATCH
Mark a contact dedup review as merged
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 merged
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"
}