Description
Hello, Just starting to explore Zoom API features and I can’t seem to find if the API can call the list of Cisco/Polycom devices from our account. The API can read devices of the “H323/SIP” dashboard but this dashboard doesn’t contains the info we need (device IP, call method etc)
Error
No error. Just wondering where to find documentation about calling data from the Zoom “interop” dashboard
Which App Type (OAuth / Chatbot / JWT / Webhook)?
Using OAuth, no issues to get token or read data from other containers
How To Reproduce (If applicable)
Steps to reproduce the behavior:
-
$ZoomRoomsresponse = Invoke-RestMethod ‘https://api.zoom.us/v2/h323/devices?page_number=1&page_size=50’ -Method ‘GET’ -Headers $headers -Body $body
-
No error, but this method doesn’t get data from interop dashboard
Thank you for your help