0

We are working on POC to integrate our public API with DocuSign using Webhook Connect.

Want to know is there any way/API by which we can get the Document IDs of all the documents in an envelope, we don't want documents to be included in the payload of webhook notification.

1 Answers1

0

You can perform a call to list the documents in an envelope and the ID of each document is contained in the response. The call follows this format:

/restapi/v2.1/accounts/{accountId}/envelopes/{envelopeId}/documents

Here's a link to the DocuSign Developer center with more information.

Jsammons
  • 153
  • 9