Twilio Websocket
List Twilio Bot Configurations
Retrieve all Twilio bot configurations
GET
/
bots
/
twilio-config
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
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