channels.twilio
Get Twilio Channel By Id
get/api/v1/channels/twilio/{channel_id}
Path parameters
channel_idinteger required
Response
Successful Response
Example response
{
"name": "syllable-webchat",
"supported_modes": "chat,voice",
"config": {
"telephony": {
"sip_configuration": {
"sip_endpoints": [
{
"host": "10.0.0.1",
"port": "5060",
"transport": "tcp"
},
{
"host": "pbx.example.com",
"port": "5071",
"transport": "tls"
}
],
"call_info_placement": "uri_parameters"
}
},
"email": {
"sending_domain": "mail.example.com"
},
"credentials": {
"account_sid_last_four": "1234"
}
}
}Changes
Changed in 2 of the 97 revisions of this API.2
- ○
added the optional property
config/anyOf[subschema #1: ChannelConfigView]/telephony/anyOf[subschema #1: TelephonyConfigurations]/sip_configuration/anyOf[subschema #1: SipConfiguration]/call_info_placementto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
config/anyOf[subschema #1: ChannelConfigView]/telephony/anyOf[subschema #1: TelephonyConfigurations]/sip_configurationto the response with the200statusresponse-optional-property-added
- ○
Of the 97 revisions, 1 has no diff computed.