Retrieve contact communication preferences

The API provides feature to retrieve the communication preferences for a contact, in order to get the settings pass the contact id as URL parameter.

Request Information

URI Parameters

In order to make a call integrate the below parameters into Url while calling the API from an integration.

NameDescriptionTypeAdditional information
contactId

pass the contact id to set the list of email addresses.

integer

Required

Get the setting

Pass the contact id as URL parameter in order to get the communication preferences, below is the sample

admin/contact/communications/9831292

Response Information

Resource Description

ITypedResponse with Communication be wrapped inside.

ITypedResponseOfCommunication
NameDescriptionTypeAdditional information
Result

Communication

None.

Category

string

None.

Response Formats

Sample not available.