Skip to main content
GET
/
api
/
organizations
/
{organizationId}
/
contact-dedup-reviews
/
resolved
Get resolved contact dedup reviews
curl --request GET \
  --url https://your-instance.example.com/api/organizations/{organizationId}/contact-dedup-reviews/resolved \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": [
    {
      "_id": "5f7b1c2e8a1d4e0012c3b4b0",
      "organizationId": "5f7b1c2e8a1d4e0012c3b400",
      "reviewSource": "fuzzy_match",
      "status": "needs_review",
      "score": 86,
      "createdAt": "2026-05-18T14:30:00.000Z"
    }
  ],
  "count": 0,
  "organizationId": "64f0a1b2c3d4e5f6a7b8c9d3"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationId
string
required

Response

Resolved contact dedup reviews returned

success
enum<boolean>
required
Available options:
true
data
object[]
required
count
integer
organizationId
string