# 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://802996127-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIAGKHlIqVKJe9agnFr14%2Fuploads%2Fgit-blob-800bbe799ffd59dac220fb1a9b61f68f3b6af5c1%2Fdocusign-1.png?alt=media" alt=""><figcaption></figcaption></figure>

Add a new app:

<figure><img src="https://802996127-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIAGKHlIqVKJe9agnFr14%2Fuploads%2Fgit-blob-6441474ac163629fb2f62098d3c6395a38e6c4c0%2Fdocusign-2.png?alt=media" 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://802996127-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIAGKHlIqVKJe9agnFr14%2Fuploads%2Fgit-blob-85731e1e481ac9a2150c91c2c51c06c96a1cf085%2Fdocusign-3.png?alt=media" alt=""><figcaption></figcaption></figure>

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