Documentation Index
Fetch the complete documentation index at: https://docs.iru.com/llms.txt
Use this file to discover all available pages before exploring further.
About Docusign
Iru calls the eSignature REST API using OAuth 2.0 JWT Grant: you register an Integration Key (client ID), upload an RSA public key, grant impersonation consent for a service user, and Iru exchanges a signed JWT for access tokens. This suits server-to-server automation without interactive consent each hour.How it works
| Detail | Value |
|---|---|
| Category | E-signatures |
| Authentication | OAuth 2.0 JWT Grant |
Prerequisites
- Administrator access in Docusign.
- developers.docusign.com access to manage integrations.
- Clear choice of demo vs production keys and OAuth hosts (
account-d.docusign.comvsaccount.docusign.com).
Connect Docusign to Iru
Docusign
Create an integration key and RSA keys
In Apps and Keys, create an app, enable JWT Grant, Generate RSA (or upload public key), download and vault the private key once.
Iru Compliance
Turn on Docusign
Find Docusign (use Category or Search by name or description). On that card, turn on the toggle. A browser tab or window may open for the connector wizard.
Enter OAuth and account details
In the wizard, supply the Integration Key, impersonated user ID (GUID), private key, and REST base URI for your account (for example
https://na4.docusign.net/restapi). If you are unsure of the base URI, discover it via /oauth/userinfo as Docusign documents.Troubleshooting
Nothing opens when you turn the source on
Nothing opens when you turn the source on
Check pop-up blocker settings for the Iru site and try again.
consent_required
consent_required
Finish browser consent for impersonation.
invalid_grant / JWT errors
invalid_grant / JWT errors
Private key matches uploaded public key; server clock accurate.
Wrong base URI
Wrong base URI
Resolve regional
restapi host from Docusign account metadata.Sandbox vs production
Sandbox vs production
Keys and OAuth hosts must match the environment.
Considerations
Access tokens expire about hourly: JWT Grant re-runs…
Access tokens expire about hourly - JWT Grant re-runs automatically; protect the RSA private key like a production secret.
See also
- See Sources Management for the full connector list.
