Get a specific contact by its ID.
{
"id": "<string>",
"name": "<string>",
"blocked": true,
"channels": [
{
"id": "<string>",
"channel_type": "internal",
"channel_id": "<string>",
"channel_name": "<string>",
"channel_display_name": "<string>",
"channel_avatar": "<string>",
"country": "<string>",
"agent": "<string>",
"ip": "<string>",
"language": "<string>",
"platform_data": {},
"created_at": "2023-12-25",
"updated_at": "2023-12-25",
"link": "<string>"
}
],
"created_at": "2023-12-25",
"updated_at": "2023-12-25"
}Schema for the contact
Show child attributes
ID of the connection integration
internal, custom, whatsapp_bot, instagram_dm, slack_bot, telegram_bot, gmail, google_calendar The unique identifier for the contact channel, e.g Phone Number or User ID
The display name for the contact channel, e.g Username or Email
The display name for the contact channel, e.g Full Name
The avatar for the contact channel, e.g X Avatar URL
The country code associated with the contact channel, e.g US for United States
The user agent associated with the contact channel
The IP address associated with the contact channel
The language code associated with the contact channel, e.g en for English
Schema for the platform-specific data of a contact channel
A link to the contact channel, e.g a link to the social media profile
Was this page helpful?
{
"id": "<string>",
"name": "<string>",
"blocked": true,
"channels": [
{
"id": "<string>",
"channel_type": "internal",
"channel_id": "<string>",
"channel_name": "<string>",
"channel_display_name": "<string>",
"channel_avatar": "<string>",
"country": "<string>",
"agent": "<string>",
"ip": "<string>",
"language": "<string>",
"platform_data": {},
"created_at": "2023-12-25",
"updated_at": "2023-12-25",
"link": "<string>"
}
],
"created_at": "2023-12-25",
"updated_at": "2023-12-25"
}