GET /sip_phones
I’m trying to run the “list SIP Phone” API call in Postman, however I’m receiving this error.
“code”: 4711,
“message”: “Invalid access token, does not contain scopes:.”
This is the link to the API call documentation: Zoom Meeting API
It lists the required scope as sip_phone:read:admin, but I’m unable to find this scope in Zoom App settings.
The following scopes are added to the app:
phone:read:list_rooms:admin
phone:read:list_sip_groups:admin
phone:read:list_sip_trunks:admin
phone:read:room:admin
Tried to reproduce as both basic app and also server-to-server app. Both do not have the sip_phone:read:admin scope option. Furthermore, the error message shows null for the scopes which is more confusing.