I want to make the below three calls one by one immediately from my app. All are get calls to Docusign and all are different urls but same envelope id .
Is it possible to do make below three calls immediately from my app or we need to make call after 15 minutes.. for go live?
Calls:
baseUrl + "/envelopes/" + envelopeId+ "/documents/combined";
baseUrl+"/envelopes/"+envelopeId+"/recipients/1/tabs";
baseUrl + "/envelopes/" + envelopeId + "/documents/certificate";