Conference Insights REST API
The Conference Insights REST API provides access to an expanded set of the data available in our dashboard and summary records to use in your own applications and tools.
Base URL
Conference Insights data is available under the following base URL. The REST API is served over HTTPS; unencrypted HTTP is not supported.
https://insights.twilio.com/v1/Conferences/
Authentication
HTTP requests to the REST API are protected with HTTP Basic authentication. To learn more about how Twilio handles authentication, please refer to our security documentation. In short, you will use your Twilio account SID as the username and your auth token as the password for HTTP Basic authentication. You can find your account SID and auth token on the console home page.
curl -G https://insights.twilio.com/v1/Conferences/{Conference_SID} -u \
'[YOUR ACCOUNT SID]:[YOUR AUTH TOKEN]'
Subresources
The following resources are available in the Voice Insights REST API.
Resource | Description |
---|---|
Conference Summary Resources | Conference events and metadata |
Participant Summary Resources | Individual conference Participant events and metadata |
Need some help?
We all do sometimes; code is hard. Get help now from our support team, or lean on the wisdom of the crowd by visiting Twilio's Stack Overflow Collective or browsing the Twilio tag on Stack Overflow.