Get Contact Profiles
GET {{baseUrl}}/api/v1/contacts/:contact_id/profiles
This api fetches the list of profiles of this contact from various channels.
OAuth Scope
Desk.contacts.READ
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
include | string | Additional information related to the profile's channel. Values allowed are: source |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"data":[{"photoURL":"https://www.youtube.com/user/iwe3in2/photo","displayName":"Jade Vlogs","name":"Jade Zylker","channel":"YOUTUBE","id":"3923923923","source":{"appName":"Youtube Sync App","permalink":"https://www.examplechannel.com/apps/redirect.php?entity=profile\u0026id=3290dweiod","appPhotoURL":"https://desk.zoho.com/api/v1/channels/youtube/photo?orgId=666236571"}},{"photoURL":"https://www.intagram.com/johninsta/photo","displayName":"John Insta","name":"John Zylker","channel":"INSTAGRAM","id":"3923923924","source":{"appName":"Instagram Syncing App","permalink":"https://www.examplechannel.com/apps/redirect.php?entity=profile\u0026id=3290dweiod","appPhotoURL":"https://desk.zoho.com/api/v1/channels/instagram/photo?orgId=666236571"}}]}