1

I am using echosign API in my website to send an agreement document to our clients. Once the client signed a document , the signed document will be mailed to admin and the client. We have to download the signed one manually from our mail or from echosign website. Is it possible to fetch the signed document using echosign API.

1 Answers1

1

Using the REST API, you may use GET /agreements/{agreementId}/combinedDocument to retrieve a signed agreement. More documentation on the method can be found here.

DevBot
  • 427
  • 1
  • 7
  • 31
Notebleu
  • 11
  • 1