List Contacts
List all contacts in the project. Note that, if a WhatsApp contact is returned, the display_name field of that contact may be populated with the WhatsApp display name (if the name is already stored on the server and the display_name field has not been overwritten by the user).
Query parameters
Optional. The maximum number of contacts to fetch. The default is 10 and the maximum is 20.
Optional. Next page token previously returned if any.
Optional. Contact identifier in an external system. If used, channel and identity query parameters can't be used.
The identifier of the channel you want to include. Must be one of the enum values.
Optional. Specifies a channel, and must be set to one of the enum values. If set, the identity parameter must be set and external_id can't be used. Used in conjunction with identity to uniquely identify the specified channel identity.
Optional. If set, the channel parameter must be set and external_id can't be used. Used in conjunction with channel to uniquely identify the specified channel identity. This will differ from channel to channel. For example, a phone number for SMS, WhatsApp, and Viber Business.
Response
A successful response.
Example response
{
"contacts": [
{
"channel_identities": [
{
"channel": "WHATSAPP"
}
],
"channel_priority": [
"WHATSAPP"
],
"id": "{CONTACT_ID}"
}
]
}