Skip to main content
POST
Open your medical-team conversation

Authorizations

Authorization
string
header
required

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

Body

application/json
is_active
boolean
pinned_at
string<date-time> | null

Response

id
string<uuid>
required
read-only
user
object
required

The patient a conversation belongs to.

created_at
string<date-time>
required
read-only
updated_at
string<date-time>
required
read-only
last_message
object
required

The most recent message. Null when the thread is empty.

last_message_created_at
string<date-time> | null
required
read-only
last_message_sender_type
enum<string> | null
required
read-only
Available options:
USER,
DOCTOR
unread_count
integer
required
read-only
subscription_status
string | null
required
read-only
is_active
boolean
pinned_at
string<date-time> | null
translation_target_lang
string
read-only