Get Channel
GET /api/v1/channels/{channel_id}
GET
/api/v1/channels/{channel_id}
Get details of a specific channel.
Authorizations
Seção intitulada “Authorizations ”Parameters
Seção intitulada “ Parameters ”Path Parameters
Seção intitulada “Path Parameters ” channel_id
required
Channel Id
integer
Header Parameters
Seção intitulada “Header Parameters ”Responses
Seção intitulada “ Responses ”Successful Response
ChannelResponse
Schema for Channel response.
object
name
required
Name
Friendly name for the channel
string
channel_type
required
Type of channel
string
id
required
Id
integer
status
required
ChannelStatusEnum
Status of a channel connection.
string
config
required
Config
object
is_active
required
Is Active
boolean
is_default
required
Is Default
boolean
auto_reply_enabled
required
Auto Reply Enabled
boolean
business_hours_enabled
required
Business Hours Enabled
boolean
assignment_mode
required
AssignmentModeEnum
How conversations are assigned to agents.
string
sla_enabled
required
Sla Enabled
boolean
total_conversations
required
Total Conversations
integer
total_messages_sent
required
Total Messages Sent
integer
total_messages_received
required
Total Messages Received
integer
created_at
required
Created At
string format: date-time
updated_at
required
Updated At
string format: date-time
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string