list conferences
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
AccountSid
Query parameters
expand
When set to “participants”, returns live rooms with duration and per-member details (call_sid, label, memberTag) instead of a plain list of conference names. Only in-progress call legs are included.
Allowed values:
Response
list of conferences for a specified account. A plain array of conference names by default; an array of ConferenceRoom objects when expand=participants.
OR
Errors
500
Internal Server Error