Twilio Websocket
Get Twilio Bot Configuration
Retrieve a specific Twilio bot configuration
GET
/
bots
/
twilio-config
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredThe ID of the Twilio configuration to retrieve
Response
200 - application/json
id
string
The ID of the Twilio configuration
wssUrl
string
The WebSocket URL for the Twilio configuration
domain
string
The Daily domain of the Twilio configuration
twiml
string
TwiML (the Twilio Markup Language) is a set of instructions you can use to tell Twilio what to do when you receive an incoming call
botConfig
object
The entire bot configuration object for the Twilio configuration