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.| Property | Value |
|---|---|
| Provider ID | docusign |
| Category | Business |
| PKCE | Supported |
| Token refresh | Automatic |
| Redirect URI | Shown in Developer Portal |
Step 1: Create a DocuSign OAuth App
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.
Generate a secret key
Under Authentication, click Add Secret Key and copy the secret immediately — it is only displayed once.
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.
Step 2: Add to Alter Vault
Open the Developer Portal
Go to portal.alterauth.com and navigate to your app.
Enter credentials
- Client ID: Paste your DocuSign Integration Key
- Client Secret: Paste your DocuSign Secret Key
Available Scopes
| Scope | Description |
|---|---|
signature | Send and sign documents |
extended | Extended access for additional API endpoints |
impersonation | Act on behalf of another user |
click.manage | Manage ClickWrap agreements |
click.send | Send ClickWrap agreements |
organization_read | Read organization data |
permission_read | Read permission profile data |
Notes
- DocuSign requires separate sandbox and production environments. Use the sandbox (
account-d.docusign.com) for development. - The
signaturescope is required for most eSignature operations. - See the DocuSign OAuth documentation for more details.