Solved
DocuSign Custom Integration with Salesforce
Please tell!
Ques 1)Which is the correct way to set the header while doing Custom Integration of DocuSign with Salesforce?
req.setHeader('Authorization', 'Basic ' + EncodingUtil.base64Encode(INTEGRATOR_KEY + ':' + SECRET_KEY)); OR
req.setHeader('Content-Type', 'application/x-www-form-urlencoded');
Ques 2) What is referred as secret key in DocuSign how can i navigate there in DocuSign?
Ques 3) I am getting the Authorization code but to get accessToken i am getting status code 400 in Custom Integration any suggestions are welcome!!
Back to Docusign.com

