Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.alterauth.com/llms.txt

Use this file to discover all available pages before exploring further.

Overview

Connect your users to DocuSign for electronic signature workflows, document management, and agreement automation.
PropertyValue
Provider IDdocusign
CategoryBusiness
PKCESupported
Token refreshAutomatic
Redirect URIShown in Developer Portal

Step 1: Create a DocuSign OAuth App

1

Open Apps and Keys

Sign in to DocuSign as an administrator and go to Settings > Apps and Keys — or open apps.docusign.com/admin/apps-and-keys directly. For developer accounts, use apps-d.docusign.com/admin/apps-and-keys.
2

Create a new application

Click ADD APP / INTEGRATION KEY, enter the App Name, and save.
3

Generate a secret key

Under Authentication, click Add Secret Key and copy the secret immediately — it is only displayed once.
4

Configure the redirect URI

Under Additional Settings, add a Redirect URI using the Alter callback URL from the Developer Portal. Match the trailing slash exactly — DocuSign requires an exact string match.
5

Get your credentials

Copy the Integration Key (Client ID) shown on the app details page.
Never share your Secret Key publicly. Store it securely and only enter it in the Alter Vault Developer Portal.

Step 2: Add to Alter Vault

1

Open the Developer Portal

Go to portal.alterauth.com and navigate to your app.
2

Add DocuSign provider

Go to OAuth Providers > Add Provider > DocuSign.
3

Enter credentials

  • Client ID: Paste your DocuSign Integration Key
  • Client Secret: Paste your DocuSign Secret Key
4

Select scopes

Choose the scopes your app needs.
5

Save

Click Save. The provider is now active.

Available Scopes

ScopeDescription
signatureSend and sign documents
extendedExtended access for additional API endpoints
impersonationAct on behalf of another user
click.manageManage ClickWrap agreements
click.sendSend ClickWrap agreements
organization_readRead organization data
permission_readRead permission profile data

Notes

  • DocuSign requires separate sandbox and production environments. Use the sandbox (account-d.docusign.com) for development.
  • The signature scope is required for most eSignature operations.
  • See the DocuSign OAuth documentation for more details.