I have successfully used the CreateEnvelope API method to send envelope (with multiple documents) to the client for signing. I have also successfully wired up the callback URL using the eventNotification object as explained in this question:
How can I setup a web hook to check on DocuSign Envelope status?
What I want to do now is to allow my users to view/download the envelope documents which were signed. How can I accomplish this via DocuSign API? Is there a URL that I can target to view the documents providing I have the accountId, envelopeId and documentId?