Merges the source contact into the candidate contact using optional per-field choices, then marks the review merged. Cascades any other pending reviews on the same source contact to kept_separate.
Documentation Index
Fetch the complete documentation index at: https://docs.tetherai.ca/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Free-form resolution payload persisted on the review (e.g. fieldChoices map of source/candidate selections that drive the merge).
Review merged
true {
"_id": "64f0a1b2c3d4e5f6a7b8ca30",
"organizationId": "64f0a1b2c3d4e5f6a7b8c9d3",
"sourceContactId": "64f0a1b2c3d4e5f6a7b8c9d0",
"candidateContactId": "64f0a1b2c3d4e5f6a7b8ca31",
"reviewSource": "fuzzy_match",
"status": "needs_review",
"score": 0.87,
"createdAt": "2026-05-10T12:00:00.000Z"
}{
"_id": "64f0a1b2c3d4e5f6a7b8c9d0",
"firstName": "Jane",
"lastName": "Doe",
"phoneNumber": [
{
"value": "+14165550100",
"isPrimary": true
}
],
"secondaryPhoneNumber": [],
"email": "jane.doe@example.com",
"status": "New Lead",
"pipelineId": "64f0a1b2c3d4e5f6a7b8c9d1",
"pipelineStage": "64f0a1b2c3d4e5f6a7b8c9d2",
"organizationId": "64f0a1b2c3d4e5f6a7b8c9d3",
"userId": "64f0a1b2c3d4e5f6a7b8c9d4",
"createdBy": "64f0a1b2c3d4e5f6a7b8c9d4",
"assignees": ["64f0a1b2c3d4e5f6a7b8c9d4"],
"createdAt": "2026-05-01T14:30:00.000Z",
"updatedAt": "2026-05-15T09:12:00.000Z"
}