GET {{baseUrl}}/rooms/:roomId/device_profiles/devices
Use this API to return information about a Zoom Room device. Prerequisites:
* A Pro or a higher account with Zoom Rooms. Scopes: Rate Limit Label: room:read:admin
Medium
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"cameras": [
{
"id": "<string>",
"name": "<string>"
},
{
"id": "<string>",
"name": "<string>"
}
],
"microphones": [
{
"id": "<string>",
"name": "<string>"
},
{
"id": "<string>",
"name": "<string>"
}
],
"speakers": [
{
"id": "<string>",
"name": "<string>"
},
{
"id": "<string>",
"name": "<string>"
}
]
} |
ENDPOINTS