Conferences
List All Conferences
Retrieve all active conference rooms on the account.
GET
List conferences
Authentication required:
X-Auth-ID- Your account Auth IDX-Auth-Token- Your account Auth TokenContent-Type: application/json
Path parameters
| Field | Type | Required | Description |
|---|---|---|---|
auth_id | string | Yes | Your Vobiz account ID (e.g., {auth_id}) |
Response
Returns the names of all ongoing conferences associated with the account.Response - 200 OK (Multiple Conferences)
Response - 200 OK (No Active Conferences)
Response Fields
conferences- Array of conference names currently active. Empty array if no conferences are running.api_id- Unique identifier for this API request
Note: The response only includes conference names, not detailed information. To get member counts, runtime, and participant details, use the Retrieve a Conference endpoint for each conference name.
Example Request
List All Active Conferences
cURL Request
Typical Workflow: Get Conference Details
Use this endpoint to discover conference names, then retrieve detailed information for each: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"