Skip to main content
POST
Find conversations by customer attributes

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
channels
string

Comma-separated list of channel identifiers (values of the Channel enum).

Maximum string length: 15000
Example:

"whatsapp,facebook"

display_ids
string

Comma-separated list of customer display_id values. For WhatsApp, this can be the phone number in international format WITHOUT the leading +. (Only works if WhatsApp customer has shared the phone number.)

Maximum string length: 15000
Example:

"491711234567,4915777654321"

profile_ids
string

Comma-separated list of profile_id values (IDs of related profiles).

Maximum string length: 15000
Example:

"101,202,303"

Response

200 - application/json

Success

data
object[]