Sign in
agent:

Creating a Docusign app for provisioning api credentials

There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
  1. Go to Docusign Admin Console
  2. Go to Integrations >>> Apps and Keys
  3. Click on Add App and Integration Key
  4. Give App Name, Create Secret Key, Create an RSA key pair for authentication or upload your own public key.
  5. Give a redirect URI for one time consent to generate access tokens for authentication. App creation is finished here.
  6. Note the Integration key, user ID, Private key contents and auth server (auth_server = "account-d.docusign.com") [for demo accounts] to be used for creating an access token.
  7. After generating the token, Use Account Base URI, API Account ID and account token to do tasks programmatically.