Skip to main content
GET
List Threaded Messages
For the complete error reference, see Error Guide.

Authorizations

apikey
string
header
required

API Key with fullAccess scope(i.e. Rest API Key from the Dashboard).

Headers

onBehalfOf
string

UID of the user on whose behalf the action is performed.

Path Parameters

id
string
required

Id of the message whose thread messages are to be fetched.

Query Parameters

affix
string

Determines whether to pull the messages either before or after any message id. Possible values are append(after) and prepend(before).

id
string

Retrieves all those messages after the passed id.

sentAt
integer

Fetches the messages list after a particular sentAt timestamp.

limit
integer
default:10

The number of records to fetch. Minimum value: 1, Maximum value: 1000

Response

200 - application/json

Create Message

data
object[]
meta
object