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

AdobeSign API: Cannot create webhook (PERMISSION DENIED)

Community Beginner ,
Jul 25, 2022 Jul 25, 2022

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.

TOPICS
Troubleshooting

Views

468

Translate

Translate

Report

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.

Votes

Translate

Translate
Explorer ,
Jul 27, 2022 Jul 27, 2022

Copy link to clipboard

Copied

chenspencer_0-1658971825047.png

 

Applications have these configurations selected?

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

LATEST

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

Votes

Translate

Translate

Report

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