contact-relations
List related contacts (v2)
Get the contacts related to a contact. Relations are an undirected, untyped graph — the server normalizes edge direction, so the same list comes back whichever side of a pair you ask from. Returns { data: { related_contacts: [...] } } where each row is a narrow projection (id, names, image_url), not the full contact.
get/v2/contact-relations/{contactId}
Path parameters
contactIdstring uuid required
Response
Successful response
Changes
Changed in 2 of the 18 revisions of this API.2
- ○
api operation id
listRelatedContactsV2was addedapi-operation-id-added
- ○
- ○
endpoint added
endpoint-added
- ○