GET {{baseUrl}}/phone/firmwares?is_update=true&site_id=<string>
Use this API to get updatable firmwares. Prerequisites:
* Business or Education account
* Zoom Phone license Scopes: Granular Scopes: Rate Limit Label: phone:read:admin
phone:read:list_firmwares:admin
Light
Body
PARAM
Key | Datatype | Required | Description |
is_update
|
boolean | Firmware update rule enabled. `true` - Get all firmwares that can have firmware update rules added `false` - Get all firmwares whether or not you can add firmware update rules to it | |
site_id
|
string | Unique identifier of the [site](https://support.zoom.us/hc/en-us/articles/360020809672-Managing-multiple-sites). Required if multiple sites are enabled. |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"firmwares": [
{
"device_type": "<string>",
"device_model": "<string>",
"versions": [
{
"version": "<string>",
"update_log": "<string>",
"expire_time": "<string>",
"status": 1
},
{
"version": "<string>",
"update_log": "<string>",
"expire_time": "<string>",
"status": 3
}
]
},
{
"device_type": "<string>",
"device_model": "<string>",
"versions": [
{
"version": "<string>",
"update_log": "<string>",
"expire_time": "<string>",
"status": 2
},
{
"version": "<string>",
"update_log": "<string>",
"expire_time": "<string>",
"status": 1
}
]
}
]
} |
ENDPOINTS