403 - Forbidden
Description
The server understood the request, but refuses to authorize it. Authentication does not help, and the request should not be repeated.
Common Scenarios
Insufficient Permissions : The authenticated user does not have the necessary permissions to access the resource.
Resource Restrictions : Access to the requested resource is restricted due to policy or licensing limitations.
Resolution Steps
Check if the authenticated user has the necessary permissions.
For that, you should look at the scopes requested at token retrieval and compare them with the scope that is needed to access an endpoint (indicated for each endpoint in the API reference ).Contact support if you believe the restriction is in error or for further assistance with permissions.