Conversations
List conversations
List inbox threads, most recently active first. A conversation groups every message with one contact across channels, which is what you need to build an inbox: GET /v1/messages returns a flat log with no thread to hang it on.
Use senderId to scope the list to a single number, and channel to keep only threads that have carried that channel.
GET
List conversations
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Keep only threads that have carried this channel.
Available options:
sms, sms_oneway, whatsapp, email, telegram, instagram, messenger, voice Keep only threads last handled by this sender.
Required range:
x <= 100Opaque cursor from a previous response's nextCursor. Do not construct it.
