Search Contacts
GET
/api/v1/accounts/{account_id}/contacts/search
Contacts
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/v1/accounts//contacts/search'
Response Response Example
200 - Example 1
{
"payload": [
{
"id": 0,
"payload": {
"contact": {
"email": "string",
"name": "string",
"phone_number": "string",
"thumbnail": "string",
"additional_attributes": {},
"custom_attributes": {
"attribute_key": "attribute_value",
"signed_up_at": "dd/mm/yyyy"
},
"contact_inboxes": [
{
"source_id": "string",
"inbox": {
"id": 0,
"name": "string",
"website_url": "string",
"channel_type": "string",
"avatar_url": "string",
"widget_color": "string",
"website_token": "string",
"enable_auto_assignment": true,
"web_widget_script": "string",
"welcome_title": "string",
"welcome_tagline": "string",
"greeting_enabled": true,
"greeting_message": "string"
}
}
]
}
}
}
]
}
Request
Path Params
account_id
integerÂ
required
Query Params
q
stringÂ
optional
name
, identifier
, email
or phone number
sort
enum<string>Â
optional
Allowed values:
nameemailphone_numberlast_activity_at-name-email-phone_number-last_activity_at
page
integerÂ
optional
Default:
1