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

Rate Limit Label: Heavy

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status





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

ENDPOINTS