| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
PLEASE! Share your feedback in a two-question survey.
This GitHub repo includes code examples for the Web Forms API, Maestro API, Docusign Admin API, Click API, eSignature REST API, Monitor API, and Rooms API.
This repo includes a PowerShell command-line application that supports the following authentication workflows:
Authentication with Docusign via Authorization Code Grant. When the token expires, the user is asked to re-authenticate. The refresh token is not used.
Authentication with Docusign via JSON Web Token (JWT) Grant. When the token expires, it updates automatically.
For more information about the scopes used for obtaining authorization to use the eSignature REST API, see Required scopes.
For a list of code examples that use the eSignature REST API, see the How-to guides overview on the Docusign Developer Center.
Note: To use the Admin API, you must create an organization in your Docusign developer account. Also, to run the Docusign CLM code example, CLM must be enabled for your organization.
For information about the scopes used for obtaining authorization to use the Admin API, see the scopes section.
For a list of code examples that use the Admin API, see the How-to guides overview on the Docusign Developer Center.
For more information about the scopes used for obtaining authorization to use the Click API, see Required scopes
For a list of code examples that use the Click API, see the How-to guides overview on the Docusign Developer Center.
Note: To run the ID Evidence code examples, you must first complete the Prerequisites.
For more information about the scopes used for obtaining authorization to use the ID Evidence API, see Required scopes.
For a list of code examples that use the ID Evidence API, see the How-to guides overview on the Docusign Developer Center.
Note: Maestro API is currently only avaiable for developers that participate in the beta program.
For information about the scopes used for obtaining authorization to use the Maestro API, see the scopes section.
For a list of code examples that use the Maestro API, see the How-to guides overview on the Docusign Developer Center.
Note: To use the Monitor API, you must also enable Docusign Monitor for your organization.
For information about the scopes used for obtaining authorization to use the Monitor API, see the scopes section.
For a list of code examples that use the Monitor API, see the How-to guides overview on the Docusign Developer Center.
Example 1 requires a Sender Docusign developer account API account ID that has been provisioned for the Notary API base URI.
Example 2 requires that you create an organization in your Sender Docusign developer account.
For information about the scopes used for obtaining authorization to use the Notary API, see the scopes section.
For a list of code examples that use the Notary API, see the How-to guides overview on the Docusign Developer Center.
Note: To use the Rooms API, you must also create your Rooms developer account.
Examples 4 and 6 require that you have the Docusign Forms feature enabled in your Rooms for Real Estate account.
For more information about the scopes used for obtaining authorization to use the Rooms API, see Required scopes.
For a list of code examples that use the Rooms API, see the How-to guides overview on the Docusign Developer Center.
Note: To run the Trust Records API examples, you must first complete the Prerequisites.
For more information about the scopes used for obtaining authorization to use the Trust Records API, see Required scopes.
For a list of code examples that use the Trust Records API, see the How-to guides overview on the Docusign Developer Center.
The Web Forms API is available in all developer accounts, but only in certain production account plans. Contact Docusign Support or your account manager to find out whether the Web Forms API is available for your production account plan.
For more information about the scopes used for obtaining authorization to use the Rooms API, see Required scopes.
For a list of code examples that use the Web Forms API, see the How-to guides overview on the Docusign Developer Center.
Note: If you downloaded this code using Quickstart from the Docusign Developer Center, skip items 1 and 2 as they were automatically performed for you.
A free Docusign developer account; create one if you don't already have one.
A Docusign app and integration key that is configured for authentication to use either Authorization Code Grant or JWT Grant.
This video demonstrates how to obtain an integration key.
To use Authorization Code Grant, you will need an integration key and a secret key. See Installation steps for details.
To use JWT Grant, you will need an integration key, an RSA key pair, and the User ID GUID of the impersonated user. See Installation steps for JWT Grant authentication for details.
For both authentication flows:
If you use this launcher on your own workstation, the integration key must include a redirect URI of
http://localhost:8080/authorization-code/callback
If you host this launcher on a remote web server, set your redirect URI as
{base_url}/authorization-code/callback
where {base_url} is the URL for the web app.
PowerShell 5 or later
PowerShell script files (PS1) downloaded from the internet that are not digitally signed are considered a security risk. By default, PowerShell blocks execution of such scripts. To bypass this limitation, you will need to run the following command at the Windows PowerShell command line: Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
After executing this command, you can run the downloaded PowerShell script.
Note: If you downloaded this code using Quickstart from the Docusign Developer Center, skip step 3 as it was automatically performed for you.
Note: If you downloaded this code using Quickstart from the Docusign Developer Center, skip step 3 as it was automatically performed for you. Also, in order to select JSON Web Token authentication in the launcher, in config/settings.json, change the quickstart setting to "false".
To use the payments code example, create a test payment gateway on the Payments page in your developer account. See Configure a payment gateway for details.
Once you've created a payment gateway, save the Gateway Account ID GUID to settings.json.
This repository uses the MIT License. See LICENSE for details.
Pull requests are welcomed. Pull requests will only be considered if their content uses the MIT License.
| Back | FazBrowse Home | New Git URL |