# DocuSign

Go to the [Apps and Keys](https://admindemo.docusign.com/apps-and-keys) page (you can also get there from the [Docs](https://developers.docusign.com/platform/configure-app/))

<figure><img src="https://content.gitbook.com/content/cfhstxIZQWZNvWjV2O6F/blobs/RctrfS53YGBpt9kJFtIl/docusign-1.png" alt=""><figcaption></figcaption></figure>

Add a new app:

<figure><img src="https://content.gitbook.com/content/cfhstxIZQWZNvWjV2O6F/blobs/L0KfHId2oFmhVN2Xf8Nb/docusign-2.png" alt=""><figcaption></figcaption></figure>

Get the ClientId, ClientSecret and set the redirect URI:

`clientId`: Integration Key

`clientSecret`: Secret Keys

set the Redirect URI to `https://[YOUR_API_BASE]/auth/docusign/callback`, for example <https://api.appmixer.com/auth/docusign/callback>

<figure><img src="https://content.gitbook.com/content/cfhstxIZQWZNvWjV2O6F/blobs/Ko2Eu5ylCgTERNYuMYjy/docusign-3.png" alt=""><figcaption></figcaption></figure>

And set the `clientId`, `clientSecret` to the service configuration in the Backoffice.
