Obtaining connection values for DocuSign
About this task
This topic provides instructions for obtaining the connection values for the DocuSign connector.
Procedure
- Log in to your DocuSign Developer account.
- To find your user ID and generate an integration key:
- Go to Settings > Apps and Keys.
- Copy the User ID under My Account Information and save it somewhere safe.
- Click ADD APP AND INTEGRATION KEY, enter an application name, then click CREATE APP.
- Copy the Integration Key linked to your application and save
it somewhere safe. For more information, see Integration keys on the DocuSign Developer page.
- To generate an RSA private key:
- Go to Settings > Apps and Keys.
- Make sure that you already have an application created.
- Choose the application to configure, then click Edit in the ACTIONS drop-down menu.
- Under the Service Integration section, click GENERATE RSA.
- In the RSA Keypair window, copy the Private
Key and save it somewhere safe. This is your RSA private key. For more information, see RSA key pair on the DocuSign Developer page.
- To generate an access token and a refresh token by using the client ID and client secret,
see How to get an access token with JWT Grant or How to get an access token with Authorization Code Grant on the
DocuSign Developer page. You need to use an application such as IBM API Connect Test and Monitor or Postman to submit a POST request.