Get details and member list of a specific conference room.
curl --request GET \
--url https://api.vobiz.ai/api/v1/Account/{auth_id}/Conference/{conference_name}/ \
--header 'X-Auth-ID: <api-key>' \
--header 'X-Auth-Token: <api-key>'{
"conference_name": "My Conf Room",
"member_count": 3,
"members": [
{
"member_id": "1",
"muted": false,
"deaf": false
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.vobiz.ai/llms.txt
Use this file to discover all available pages before exploring further.
GET https://api.vobiz.ai/api/v1/Account/{auth_id}/Conference/{conference_name}/
X-Auth-ID - Your account Auth IDX-Auth-Token - Your account Auth TokenContent-Type: application/json| 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 |
{
"conference_name": "My Conf Room",
"conference_run_time": "590",
"conference_member_count": "1",
"members": [
{
"muted": false,
"member_id": "17",
"deaf": false,
"from": "1456789903",
"to": "1677889900",
"caller_name": "John",
"direction": "inbound",
"call_uuid": "acfbf0b5-12e0-4d74-85f7-fce15f8f07ec",
"join_time": "590"
}
],
"api_id": "816e903e-58c4-11e1-86da-adf28403fe48"
}
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 requestcurl -X GET https://api.vobiz.ai/api/v1/Account/{auth_id}/Conference/My%20Conf%20Room/ \
-H "X-Auth-ID: YOUR_AUTH_ID" \
-H "X-Auth-Token: YOUR_AUTH_TOKEN"
%20).
{
"conference_name": "Team Meeting",
"conference_run_time": "1200",
"conference_member_count": "3",
"members": [
{
"muted": false,
"member_id": "45",
"deaf": false,
"from": "14155551234",
"to": "14155559999",
"caller_name": "Alice Johnson",
"direction": "inbound",
"call_uuid": "a1b2c3d4-1234-5678-90ab-cdef12345678",
"join_time": "1200"
},
{
"muted": true,
"member_id": "46",
"deaf": false,
"from": "14155555678",
"to": "14155559999",
"caller_name": "",
"direction": "outbound",
"call_uuid": "b2c3d4e5-2345-6789-01bc-def123456789",
"join_time": "900"
},
{
"muted": false,
"member_id": "47",
"deaf": false,
"from": "14155556789",
"to": "14155559999",
"caller_name": "Bob Smith",
"direction": "inbound",
"call_uuid": "c3d4e5f6-3456-7890-12cd-ef1234567890",
"join_time": "300"
}
],
"api_id": "816e903e-58c4-11e1-86da-adf28403fe48"
}
Your Vobiz account Auth ID
Your Vobiz account Auth Token
Your account Auth ID
"MA_XXXXXX"
"My Conf Room"
Conference details
Was this page helpful?
curl --request GET \
--url https://api.vobiz.ai/api/v1/Account/{auth_id}/Conference/{conference_name}/ \
--header 'X-Auth-ID: <api-key>' \
--header 'X-Auth-Token: <api-key>'{
"conference_name": "My Conf Room",
"member_count": 3,
"members": [
{
"member_id": "1",
"muted": false,
"deaf": false
}
]
}