Skip to main content
GET
Get one conversation

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Response

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

Read-only nested user for conversation payloads. Carries country_of_residence for the doctor inbox (residence flag beside the patient name) without touching the registration UserSerializer, whose field set doubles as the write contract for sign-up.

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 | null
read-only