Format Your New Topic as Follows:
API Endpoint(s) and/or Zoom API Event(s)
/accounts/{accountId}/phone/call_queues
Description
Despite using a Server-to-Server OAuth app with the [phone:master] scope, I am unable to return a list of call_queues.
Error?
*HTTP 400
{“code”:104,“message”:“Invalid access token, does not contain scopes:[phone:master].”}
How To Reproduce
Steps to reproduce the behavior:
*1. GET /v2/accounts/{accountId}/phone/call_queues HTTP/1.1
Authorization: Bearer [redacted]
User-Agent: PostmanRuntime/7.28.4
Accept: /
Cache-Control: no-cache
Postman-Token: 7499a2c3-56b0-4693-b2d3-238e27a70a28
Host: api.zoom.us
Accept-Encoding: gzip, deflate, br
Connection: keep-alive
2. Server-to-Server OAuth app
3. HTTP/1.1 400 Bad Request. {“code”:104,“message”:“Invalid access token, does not contain scopes:[phone:master].”}