Skip to main content
GET
Get Messages in Conversation

Authorizations

Authorization
string
header
required

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

Path Parameters

conversation_id
string
required

The conversation id

tenant
string | null
required

The domain of the customer

Example:

"example.com"

Query Parameters

size
integer | null
pageToken
string | null

Response

Successful Response

messages
MessageDto · object[]
required
nextPageToken
string | null
required