Skip to main content
GET
/
api
/
contacts
/
dedup-reviews
/
pending
List org-wide pending dedup reviews
curl --request GET \
  --url https://your-instance.example.com/api/contacts/dedup-reviews/pending \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": []
}

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.

Query Parameters

orgId
string

SUPERADMIN-only override of the target organization.

Response

Pending reviews returned

success
enum<boolean>
required
Available options:
true
data
object[]
required