Skip to main content
GET
Get Conversation by Participants

Authorizations

Authorization
string
header
required

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

Query Parameters

from
string
required

Source DID number (10 digits)

Pattern: ^[1-9]\d{9}$
to
string
required

Comma-separated recipient numbers (10 digits)

Response

Matching conversation

id
number
required

Conversation ID

createdAt
string | null
required

Created timestamp

updatedAt
string | null
required

Last updated timestamp

sourceDID
string
required

Source DID number

participants
string
required

Comma-separated participant numbers

tenantId
number
required

Tenant ID

hidden
number | null
required

Whether conversation is hidden (1/0)

name
string | null
required

Auto-generated conversation name

conversationName
string | null
required

User-assigned conversation name

unreadCount
number | null
required

Unread message count

lastMessageId
number | null
required

Last message ID