Logo
Zoom Public API Documentation

Get firmware update rule information

GET {{baseUrl}}/phone/firmware_update_rules/:ruleId

Use this API to get the firmware update rule information.

Prerequisites: * Business or Education account * Zoom Phone license

Scopes: phone:read:admin

Granular Scopes: phone:read:firmware_update_rule:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "device_type": "<string>", "device_model": "<string>", "version": "<string>", "update_log": "<string>" }



Curl
curl -X GET 'https://api.zoom.us/v2/phone/firmware_update_rules/:ruleId' -H 'Accept: application/json'

ENDPOINTS