Skip to main content
GET
Get messages by conversation id

Authorizations

Authorization
string
header
required

Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.

Headers

Version
enum<string>
required

API Version

Available options:
2021-04-15

Path Parameters

conversationId
string
required

Conversation ID as string

Example:

"tDtDnQdgm2LXpyiqYvZ6"

Query Parameters

lastMessageId
string

Message ID of the last message in the list as a string

Example:

"tDtDnQdgm2LXpyiqYvZ6"

limit
number

Number of messages to be fetched from the conversation. Default limit is 20

Example:

20

type
enum<string>

Types of message to fetched separated with comma

Available options:
TYPE_CALL,
TYPE_SMS,
TYPE_EMAIL,
TYPE_FACEBOOK,
TYPE_GMB,
TYPE_INSTAGRAM,
TYPE_WHATSAPP,
TYPE_ACTIVITY_APPOINTMENT,
TYPE_ACTIVITY_CONTACT,
TYPE_ACTIVITY_INVOICE,
TYPE_ACTIVITY_PAYMENT,
TYPE_ACTIVITY_OPPORTUNITY,
TYPE_LIVE_CHAT,
TYPE_INTERNAL_COMMENTS,
TYPE_ACTIVITY_EMPLOYEE_ACTION_LOG
Example:

"TYPE_SMS,TYPE_CALL"

Response

List of messages for the conversation id of the given type.

messages
object
required
Last modified on March 8, 2026