docusignapi - Docusign webhook listener with Authorization headers -


hi have created webhook listener docusign , working fine able listen events.now have implemented authorization listener , accept token authorization header.so question how can configure docusign add headers in web hook request.my listener expect below headers in request.

authorization:bearer {{default_token}} content-type:application/json 

unfortunately not possible set custom headers through docusign connect module, of today. closest can include x509 certificate in soap header, optional.

see docusign connect (pdf) doc through dev center -> documentation page more info.

or can visit below blog securing connect webhook listener-

https://www.docusign.com/blog/dsdev-securing-connect-webhook-listener/


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -