Copy link to clipboard
Copied
We are using v5 of the API.
Currently, we are calling the method to create agreement summaries and then calling the method to get the signing URLs. I read elsewhere on the forum that the API is async and so the agreement summaries may not be finished processing at the time the API returns. The forum post I was looking at was related to v6 of the API. I cannot find the documentation to v5 of the API.
A couple questions:
1) Is the call to create agreement summaries in v5 of the API async and if so, how would I go about checking the status of that API call to make sure the job is done before I try to get the signing urls?
2) Can you point me to where I can see the API documentation for v5?
Thanks in advance!
Copy link to clipboard
Copied
1) Yes with v5 as well you can end up calling get /signingurl before the agreement is ready.
In which case simply retry until success. You may want to consider checking the status of an agreement first before calling the get signurl, as agreements sometimes fail to get created successfully and you may end up retrying to get the signingurl forever
2)