Skip to main content
GET
List conversations

Authorizations

Authorization
string
header
required

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

Query Parameters

channel
enum<string>

Keep only threads that have carried this channel.

Available options:
sms,
sms_oneway,
whatsapp,
email,
telegram,
instagram,
messenger,
voice
senderId
string

Keep only threads last handled by this sender.

limit
integer
default:50
Required range: x <= 100
cursor
string

Opaque cursor from a previous response's nextCursor. Do not construct it.

Response

List of conversations.

items
object[]
required
nextCursor
string | null