Description
According to the documentation, the “Get Plan Usage” endpoint “/accounts/me/plans/usage” apparently requires the “billing:master” scope. However it seems that the scope actually required is account:read:admin or account:write:admin. Is the documentation inaccurate?
Error
Invalid access token, does not contain scopes: [account:read:admin, account:write:admin].
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth
Which Endpoint/s?
/accounts/me/plans/usage
How To Reproduce (If applicable)
Steps to reproduce the behavior:
Request using token with only the account:read:admin scope, and see that the request succeeds.
Request using token without the scope and see above error.