Conferences
Retrieve a Conference
Fetch live details of a named Vobiz conference via GET - runtime, member count, mute/deaf states, call UUIDs, and join times for multi-party calls globally.
GET
Retrieve a conference
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}) |
conference_name | string | Yes | Name of the conference to retrieve |
Response
Returns the details of the conference associated with the name specified, including all active members.Response - 200 OK
Response Fields
conference_name- Name of the conferenceconference_run_time- Duration in seconds since conference startedconference_member_count- Number of active membersmembers- Array of member objects with detailed informationapi_id- Unique identifier for this API request
Member Information: Each member object includes their ID, mute/deaf status, caller details, direction (inbound/outbound), call UUID, and join time. See The Conference Object documentation for detailed attribute descriptions.
Example Request
Retrieve Conference by Name
cURL Request
%20).
Response with Multiple Members
JSON Response
Authorizations
Your Vobiz account Auth ID
Your Vobiz account Auth Token
Path Parameters
Your account Auth ID
Example:
"MA_XXXXXX"
Example:
"My Conf Room"
Response
200 - application/json
Conference details