In the network tab, the error message reads: {"errorCode":"Missing_Config_Or_Request","message":"The request is missing or the account does not have the right permissions. Please check and try again."}
Right now, I have embedded Docusign Esigning into an application (still demo endpoints if that is noteworthy), and I am at the point that once you click “Esign”, user is redirected to Docusign login page
https://account-d.docusign.com/oauth/auth...
From the login page, we go through the OAuth Code Grant method. Then, once user logins in an envelope draft is created and etc…
However, the current error is occurring on the creation of the envelope
https://demo.docusign.net/restapi/v2.1/accounts/${r.accountId}/envelopes
I noticed, when I login with the account that I created the integration key with I don’t receive this error, but when I login with a different Docusign account, I receive this error