Twilio Twilio Insights V1
Connector for the twilio-twilio-insights-v1 API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://insights.twilio.com - Auth:
basic(pass your key via theapiKeyinput)
Operations
listconference— GET /v1/Conferences — Retrieve a list of Conferences.fetchconference— GET /v1/Conferences/{ConferenceSid} — Fetch a specific Conference.listconferenceparticipant— GET /v1/Conferences/{ConferenceSid}/Participants — List Conference Participants.fetchconferenceparticipant— GET /v1/Conferences/{ConferenceSid}/Participants/{ParticipantSid} — Fetch a specific Conference Participant Summary.listvideoroomsummary— GET /v1/Video/Rooms — Get a list of Programmable Video Rooms.fetchvideoroomsummary— GET /v1/Video/Rooms/{RoomSid} — Get Video Log Analyzer data for a Room.
Inputs
apiKey— your twilio-twilio-insights-v1 API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: listconference
apiKey: <your key>