list conferences

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

AccountSidstringRequired

Query parameters

expandenumOptional

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.

list of strings
OR
list of objects

Errors

500
Internal Server Error