Copy link to clipboard
Copied
I have an application set up which has all OAuth scopes enabled with the modifier "Account" ("Self" was also tested).
The call is made as follows:
new WebhooksApi(apiClient).createWebhook(authorization, webhookInfo, null, null);
However, I always get the following error:
{
"code": "PERMISSION_DENIED",
"message": "The API caller does not have the permission to execute this operation"
}
Can anyone tell me what permissions are still needed? About the online swagger client I had the problem also already, mostly however it goes.
The application had all scopes set. However, the relevant scopes were missing when the AuthorizationToken was generated.
Copy link to clipboard
Copied
Applications have these configurations selected?
Copy link to clipboard
Copied
The application had all scopes set. However, the relevant scopes were missing when the AuthorizationToken was generated.