Im trying to get signed document with rest API in postman. When using demo account.
I found out that the url need to be the base URL+uri from the API call. I tried this: https://demo.docusign.net/restapi/envelopes/${envelopeId}/documents/certificate and i got 404 message.
How can i get the url for the signed document?
You are missing the
/accounts/{account_id}/portion of the URL, see what URL should look like:For detailed code and more information - https://developers.docusign.com/docs/esign-rest-api/how-to/download-envelope-documents/