Reputation: 41
When the Docusign callback happens on any event such as Signer has signed or declined a document, how can I authenticate the call at my end.
I have a site deployed which listens to the callback from Docusign. I need to authenticate if this call is from docusign or a robot.
Upvotes: 1
Views: 393
Reputation: 9356
This is possibly a duplicate question, one popular method is using X509 Certificates. See the following thread:
DocuSign Connect X.509 Certificate Authentication/Security
Upvotes: 1