Skip to main content
POST
Create DM conversation

Authorizations

Authorization
string
header
required

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

Body

application/json
userId
string<uuid>
required

Response

Success

id
string<uuid>
recipientId
string<uuid>
recipientUsername
string
recipientDisplayName
string
recipientAvatar
string | null
recipientStatus
string
lastMessage
object | null
unreadCount
integer<int64>
createdAt
string<date-time>