These docs are for v2.11. Click to read the latest docs for v2.12.

Get Conferences

Get a list of all conferences.

Calling this endpoint returns a listing of all conferences associated with the account.

Sample Response

{
  "conferences": [
    {
      "id": "EVT6593524723",
      "label": "Conf Test",
      "start_time": "2017-09-07T16:30:00.000Z",
      "end_time": "2017-09-07T17:30:00.000Z",
      "organizer": "4002",
      "attendees": [
        "3215551002"
      ],
      "caller_id": "3215551000",
      "conference_pin": "941901",
      "conference_url": ""
    }
  ]
}

Response Properties

PropertyTypeDescription
conferencesarrayArray of Conference
Language
Credentials
Header
Click Try It! to start a request and see the response here!