Skip to main content
GET
/
api
/
v1
/
contacts
/
duplicates
Find duplicate contacts
curl --request GET \
  --url https://api.callaro.ai/api/v1/contacts/duplicates \
  --header 'Authorization: Bearer <token>'
{
  "data": {},
  "message": "<string>",
  "meta": {},
  "request_id": "<string>"
}

Authorizations

Authorization
string
header
required

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

Headers

X-Tenant-Id
string

Optional tenant context selector for JWT/partner key callers.

Response

Duplicate groups

data
object
message
string | null
meta
object
request_id
string | null