Get the detail a contact
The API provides feature to get the contact details, including phones, email, addresses, social media, relationship and communication preferences.
Request Information
URI Parameters
In order to make a call integrate the below parameters into Url while calling the API from an integration.
| Name | Description | Type | Additional information |
|---|---|---|---|
| contactId |
pass the contact id to Search. |
integer |
Required |
Get the detail
In order to get the detail of a contact, pass a valid contact id as url parameter, below is the sample:
admin/contact/find/9831292
Response Information
Resource Description
ITypedResponse with ContactInfo be wrapped inside.
ITypedResponseOfContactInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | ContactInfo |
None. |
|
| Category | string |
None. |
Response Formats
Sample not available.
