Skip to main content
GET
/
api
/
contacts
/
{id}
/
dedup-reviews
/
pending
List pending dedup reviews involving a contact
curl --request GET \
  --url https://your-instance.example.com/api/contacts/{id}/dedup-reviews/pending \
  --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"
}

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.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Query Parameters

organizationId
string

SUPERADMIN-only override of the target organization.

Response

Pending reviews returned

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