Get messages by conversation id
Get messages by conversation id.
GET
Get messages by conversation id
Authorizations
Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.
Headers
API Version
Available options:
2021-04-15 Path Parameters
Conversation ID as string
Example:
"tDtDnQdgm2LXpyiqYvZ6"
Query Parameters
Message ID of the last message in the list as a string
Example:
"tDtDnQdgm2LXpyiqYvZ6"
Number of messages to be fetched from the conversation. Default limit is 20
Example:
20
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.
Last modified on March 8, 2026
Get messages by conversation id