Skip to main content
POST
Send a DM

Authorizations

Authorization
string
header
required

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

Body

application/json
conversationId
string<uuid>
required
content
string | null
attachments
object | null
replyToId
string<uuid> | null

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