Contacts (Contacts)

GET {{base_url}}/contact/:FromContactID/contact

Use this endpoint to retrieve all contacts associated with a contact in the Contacts hub.

HEADERS

KeyDatatypeRequiredDescription
FromContactIDnull
Identifier for the contact whose list of contacts associated with them that you want to read
Content-TypestringRequired.

The type of content supported by the API endpoint. | | Authorization | string | | Required.

The type of authorization supported by the API endpoint. |

RESPONSES

status: OK

{"FromContactID":"FROMCONTACTID4567890123456789012","ContactID":"CONTACTID01234567890123456789012","ToContactID":"TOCONTACTID234567890123456789012","Name":"Chris Thomas","Relationship":"02","Description":"System qualified","CreateUser":"LoggedInUserWhoCreated","CreateDate":"2017-12-09T20:26:29.173","ModUser":"LoggedInUserWhoChanged","ModDate":"2017-12-09T20:26:29.173"}