Logo
Zoom Public API Documentation

Sync deskphones

POST {{baseUrl}}/phone/devices/sync

Use this API to resync all online zero-touch or assisted-provisioning devices in an account or a site. Only allows sending one request every 15 minutes.

Prerequisites:

  • Pro or a higher account with Zoom Phone license
  • Account owner or admin permissions

Scopes: phone:write:admin

Granular Scopes: phone:write:sync_device:admin

Rate Limit Label: Heavy

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X POST 'https://api.zoom.us/v2/phone/devices/sync' -H 'Content-Type: application/json' -d '{"level":"\u003cinteger\u003e","site_id":"\u003cstring\u003e"}'

ENDPOINTS