Logo
Zoom Public API Documentation

List updatable firmwares

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: phone:read:admin

Granular Scopes: phone:read:list_firmwares:admin

Rate Limit Label: 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 } ] } ] }



Curl
curl -X GET 'https://api.zoom.us/v2/phone/firmwares?is_update=true&site_id=<string>?is_update=true&site_id=<string>' -H 'Accept: application/json'

ENDPOINTS