Skip to main content
GET
List DM messages

Authorizations

Authorization
string
header
required

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

Path Parameters

conversationId
string<uuid>
required

Query Parameters

before
string<uuid>
limit
integer

Response

Success

id
string<uuid>
conversationId
string<uuid>
senderId
string<uuid>
content
string
attachments
object | null
replyToId
string<uuid> | null
editedAt
string<date-time> | null
createdAt
string<date-time>
senderName
string
senderAvatar
string | null
senderBadges
string[]
reactions
object