Get the profile picture URL for a contact
The API provides feature to get the profile picture for a contact, in order to get the profile picture for a contact we need to 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.
Name | Description | Type | Additional information |
---|---|---|---|
contactId |
pass the contact id to get the logo. |
integer |
Required |
Get the profile picture
In order to get the profile picture for a contact we need to pass a valid contact id as integer in url
admin/contact/logo/9831292
Response Information
Resource Description
A Wrapped base64 string of the image.
ITypedResponseOfStringName | Description | Type | Additional information |
---|---|---|---|
Result | string |
None. |
|
Category | string |
None. |
Response Formats
Sample not available.