Skip to main content
GET
Get Contact Messages
This endpoint uses the Inbox/Contact Message object.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

contactId
string
required

The unique identifier of the contact

Query Parameters

userId
string

ID of the user viewing the conversation

limit
integer

The maximum number of records to return

skip
integer

Number of items to skip. Default: 0

markAsRead
boolean

When true, marks the conversation as read. Default: false

Response

Success

data
object[]
pagination
object