Getting invalid access token "missing scope" when bearer token does have the scope

I am trying to pull all of the devices from my account with:

https://api.zoom.us/v2/accounts/(accountID)/phone/devices
but I am getting:
{
“code”: 104,
“message”: “Invalid access token, does not contain scopes:[phone:master].”
}
When I use the bearer token I get the following back:
“token_type”: “bearer”,
“expires_in”: 3599,
“scope”: “phone:master”
}

I am running the test in python and not understanding why it doesn’t think my bearer token has phone:master when it does.

Hi @jjenkins
Thanks for reaching out to the Zoom Developer Forum and welcome to our community!

Have you been able to replicate this issue using a tool like Postman?
Also, can you confirm if you have a Master account license?

That’s how I was able to replicate the issue and yes I have a master account license.

Thanks @jjenkins I will send you a private message to take a closer look into this
Cheers,
Elisa

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.