Conferences
List All Conference
The ability to read all of the conferences that are associated with your SignalWire account. This will be returned as a list of conferences.
Permissions
The API token must include the following scopes: Voice.
get/Accounts/{AccountSid}/Conferences
Response
OK
Example response
{
"account_sid": "b3877c40-da60-4998-90ad-b792e98472ca",
"conferences": [
{
"account_sid": "b3877c40-da60-4998-90ad-b792e98472ca",
"api_version": "2010-04-01",
"region": "us1",
"status": "completed",
"uri": "/api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472af/Conferences/b3877c40-da60-4998-90ad-b792e98472ca.json",
"subresource_uris": {
"participants": "/api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472af/Conferences/b3877c40-da60-4998-90ad-b792e98472ca/Participants.json",
"recordings": "/api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472af/Conferences/b3877c40-da60-4998-90ad-b792e98472ca/Recordings.json"
}
}
]
}