Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

AdobeSign API: Cannot create webhook (PERMISSION DENIED)

Community Beginner ,
Jul 25, 2022 Jul 25, 2022

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.

791
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Beginner , Jul 28, 2022 Jul 28, 2022

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

Translate
Explorer ,
Jul 27, 2022 Jul 27, 2022

chenspencer_0-1658971825047.png

 

Applications have these configurations selected?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jul 28, 2022 Jul 28, 2022
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines