Skip to main content
Participant
July 25, 2022
Answered

AdobeSign API: Cannot create webhook (PERMISSION DENIED)

  • July 25, 2022
  • 1 reply
  • 926 views

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.

This topic has been closed for replies.
Correct answer Gunther2514415098wp

The application had all scopes set. However, the relevant scopes were missing when the AuthorizationToken was generated.

1 reply

Inspiring
July 28, 2022

 

Applications have these configurations selected?

Gunther2514415098wpAuthorCorrect answer
Participant
July 28, 2022

The application had all scopes set. However, the relevant scopes were missing when the AuthorizationToken was generated.