Conferences
List All Conferences
Retrieve the names of all ongoing conferences on your account, so you can look up details or perform operations on specific rooms.
GET
List conferences
Authentication required:
X-Auth-ID- Your account Auth IDX-Auth-Token- Your account Auth TokenContent-Type: application/json
Path parameters
Response
The documented response contains conference names and an API request identifier.Response - 200 OK (Multiple Conferences)
Response - 200 OK (Empty Result)
Response Fields
conferences- Array of conference names reported by the API. An empty array is inconclusive and does not prove that no conferences are running.api_id- Unique identifier for this API request
The response only includes conference names, not detailed information. The Retrieve a Conference endpoint is also subject to a known response limitation.
Example Request
List All Active Conferences
cURL Request
Get details for a reported conference
For each name returned by the API, you can request conference details. Do not use this flow as the only way to discover rooms; begin with the room registry maintained by your application.Example: Dashboard Implementation
JavaScript Dashboard Logic
Authorizations
Your Vobiz account Auth ID
Your Vobiz account Auth Token
Path Parameters
Your account Auth ID
Example:
"MA_XXXXXX"