DocuSign
Steps to Create Docusign Production OAuth App :
1. Create a developer account from here
2. Under Setting -> Apps and keys, click on ‘ADD APP AND INTEGRATION KEY’ and give the app a name.
3. Under redirect URI add https://integrations.zluri.com/connect_callback/docusign_form.
4. Make 20 api calls to your OAuth app on the developer environment. (You can take our help for this step)
Use this curl :
curl --location --request GET
'https://demo.docusign.net/restapi/v2.1/accounts/<API Account ID>/users' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
5. Submit your app for review :
Under actions for your app, click on submit for go-live review.
6. Once your app is reviewed, Click on select Go-Live account and move the app into your production account.
Updated about 2 months ago