Logo
Zoom Public API Documentation

List updatable firmwares

GET {{baseUrl}}/phone/firmwares?is_update=true&site_id=8f71O6rWT8KFUGQmJIFAdQ

Use this API to get updatable firmwares.

Prerequisites: * Business or Education account * Zoom Phone license

Scopes:phone:read: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": "AudioCodes", "device_model": "445hd", "versions": [ { "version": "3.4.5.18", "update_log": "1. Supports call forwarding for Zoom Phone", "expire_time": "2021-05-29T00:32:16.000Z", "status": 1 }, { "version": "3.4.5.18", "update_log": "1. Supports call forwarding for Zoom Phone", "expire_time": "2021-05-29T00:32:16.000Z", "status": 1 } ] }, { "device_type": "AudioCodes", "device_model": "445hd", "versions": [ { "version": "3.4.5.18", "update_log": "1. Supports call forwarding for Zoom Phone", "expire_time": "2021-05-29T00:32:16.000Z", "status": 1 }, { "version": "3.4.5.18", "update_log": "1. Supports call forwarding for Zoom Phone", "expire_time": "2021-05-29T00:32:16.000Z", "status": 1 } ] } ] }



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

ENDPOINTS