API Endpoint(s) and/or Zoom API Event(s)
/v2/accounts/{account-id}/settings
Description
I am trying to call the endpoint :
/v2/accounts/{account-id}/settings using a token obtained via the api /oauth/token. The Token returned confirms I have account:read:settings:master scope but still I get the following error when calling the settings endpoint.:
{"code":4711,"message":"Invalid access token, does not contain scopes:[account:read:settings:master]."}
Could you please help me understand what I might be missing?