Hello
I have some licensed accounts and a problem with scope [billing_plan:read:admin]
- created Server-to-Server OAuth App
- created jwt-token with Account ID & Client ID & Client secret
- did GET https://api.zoom.us/v2/accounts/me/plans with OAuth athorization
- recived
{
"code": 4700,
"message": "Invalid access token, does not contain scopes: [billing_plan:read:admin]."
}
In scopes Server-to-Server OAuth App i could not find this scope. Only billing: master
In our before version after create token with API Key and Api Secret - everything was ok, but with OAuth it doesnt work.
Help me, please, find this scope and set it to my accounts.
Thank you