Docusign Error while requesting server, received a non successful HTTP code Completed with response Body: {"error":"consent_required"}

Viewed 1898

Added supported scopes by docusign for integration key in admin connected app still getting consent required error:

Here is whatever scopes added against integration key enter image description here

2 Answers

Drew is correct. In addition, you need to include the impersonation scope if you're using JWT grant with the integration key (client id)

Organization-level consent requires a claimed domain, and will only apply to users with email addresses under that domain.

Related