I need to integrate DocuSign through ESB(IBM App Connect) using an API, I'm looking for authentication method and as per documentation and all the methods states below step
Step 1. Request the authorization code which requires to get the code through browser before getting the access token. Link https://developers.docusign.com/platform/auth/authcode/authcode-get-token/
My challenge is How to get this code using postman via API since this code generates through browser only and requires user consent ? or is there any other way to get this code ?