Pular para o conteúdo

Get Chat

GET
/api/v1/whatsapp/chats/{chat_id}

Get a specific chat.

chat_id
required
Chat Id
integer
x-tenant-id
Any of:
integer

Successful Response

WhatsAppChatResponse

Schema for WhatsApp chat response.

object
jid
required
Jid

WhatsApp JID

string
name
Any of:
string
<= 255 characters
is_group
Is Group
boolean
id
required
Id
integer
session_id
required
Session Id
integer
phone_number
Any of:
string
profile_picture_url
Any of:
string
contact_id
Any of:
integer
company_id
Any of:
integer
is_archived
required
Is Archived
boolean
is_pinned
required
Is Pinned
boolean
is_muted
required
Is Muted
boolean
unread_count
required
Unread Count
integer
last_message_at
Any of:
string format: date-time
last_message_preview
Any of:
string
created_at
required
Created At
string format: date-time
updated_at
required
Updated At
string format: date-time
contact_name
Any of:
string
company_name
Any of:
string

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string