Hints to use DocuSign APIs / SDKs
See complete documentation at: https://developers.docusign.com/esign-rest-api/guides/authentication/oauth2-jsonwebtoken
- At DocuSign console, go to "Admin > API and Keys"
- Create a new integration key by clicking in "ADD APP / INTEGRATION KEY"
- Give a name to your integration key
- Check option "Implicit Grant"
- Generate a RSA keypair by clicking in "ADD RSA KEYPAIR"
- Save the keypair generated at a safe place.
NOTE: This key pair will never been shown again - Add a redirect URI by clicking in "ADD URI" and type: https://www.docusign.com
- Copy the "Integration Key code" and past in a notepad
- Copy the "User Id code" and past in a notepad
- At profile menu, copy the "Account#" and past in a notepad
- Grant consent to use API by accessing the custom URL:
https://account-d.docusign.com/oauth/auth?response_type=token&scope=signature%20impersonation&client_id=INTEGRATION KEY&redirect_uri=https://www.docusign.com
NOTE: Change the INTEGRATION KEY to your integration key