Hello,
In our application we are providing financing, so before that we doing e-sign.
We integrated docusign embedded signing using Java sdk, where we are generating presigned url using JWT token.
Where we are storing signed document in our AWS s3 bucket after successfully e-sign.
Now are looking for REST API for authoritative copies export and acknowledge.
I read one blog where you mentioned that “Presently there is no direct export option available in the REST APIs.”.
https://www.docusign.com/blog/developers/the-trenches-working-authoritative-copies-using-docusign-apis.
Now we don’t want to change integration from REST API to SOAP API or eOriginal.
I have couple of question around that -
- Do we really need to integrate authoritative copies flow ? Or Can we use Document Retention configuration for purge document from docusign?
- When you are planning to provide REST API for authoritative copies flow ?
- Is any other way to handle authoritative copies flow ?