v1
latestOpenAPI 3.0.02026-07-2447166133.5 KBContacts
List the integration links associated with a contact
This operation retrieves the integration links associated with a contact
get/contacts/{contactId}/integrationlinks
Path parameters
contactIdstring required
The unique identifier of the contact
Response
Expected response to a valid request
Example response
{
"integrationLinks": [
{
"contactId": "entity_0E5QDGJC03000",
"externalId": "elation_140797386655555",
"type": "elation"
}
]
}