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

uristring
first_page_uristring
next_page_uristring
previous_page_uristring
pageinteger
page_sizeinteger
account_sidstring

The unique identifier for the account that created this conference.

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"
      }
    }
  ]
}

Changes