Obtaining connection values for DocuSign

About this task

This topic provides instructions for obtaining the connection values for the DocuSign connector.

Procedure

  1. Log in to your DocuSign Developer account.
  2. To find your user ID and generate an integration key:
    1. Go to Settings > Apps and Keys.
    2. Copy the User ID under My Account Information and save it somewhere safe.
    3. Click ADD APP AND INTEGRATION KEY, enter an application name, then click CREATE APP.
    4. Copy the Integration Key linked to your application and save it somewhere safe.
      For more information, see Integration keys on the DocuSign Developer page.
  3. To generate an RSA private key:
    1. Go to Settings > Apps and Keys.
    2. Make sure that you already have an application created.
    3. Choose the application to configure, then click Edit in the ACTIONS drop-down menu.
    4. Under the Service Integration section, click GENERATE RSA.
    5. 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.
  4. 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.