Receiving Error on List SIP Phone API

Description
I am attempting to utilize the List SIP Phone API: marketplace.zoom.us/docs/api-reference/zoom-api/sip-phone/listsipphones

I have an account with phones on it, and I have created the OAuth app and can successfully make other API calls, such as List Users

When I attempt to run the List Sip Phones API call, I receive an error “code”: 200, “message”: “No permission.”

Error
“code”: 200,
“message”: “No permission.”

Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth

Which Endpoint/s?
api.zoom.us/v2/sip_phones

How To Reproduce (If applicable)

  1. Setup your OAuth app and account.
  2. Attempt to run an API call to the List SIP Phone API.

Hi @sugitime,

Can you check to make sure that you’ve added the necessary Phone scopes to your OAuth app under the Scopes tab of your app?

Let me know,
Will