Copy link to clipboard
Copied
So first, the steps to reproduce:
1. Create an agreement
2. Use the id returned from the create agreement call to fetch the signing urls
3. 404 Not found
Whenever i wait for one or more seconds, I get a valid 200 response containing the urls.
Is there another way to avoid the 404? As a fallback right now, I use an exponential backoff as not to do 30 calls before getting a valid response.
Kind regards
Found in the Documentation
The creation and update APIs are now asynchronous, which significantly improves their response time. This frees clients from waiting on these operations and they can move on to next steps in their workflow.
Clients should now poll on the status of the newly created resource before certain sub-resource operations, such as documents in the case of agreements.
Copy link to clipboard
Copied
Found in the Documentation
The creation and update APIs are now asynchronous, which significantly improves their response time. This frees clients from waiting on these operations and they can move on to next steps in their workflow.
Clients should now poll on the status of the newly created resource before certain sub-resource operations, such as documents in the case of agreements.
Copy link to clipboard
Copied
Or you could put a delay in before asking for the signing URL. Depending on number of pages in the document and merging of fields, rendering of the agreement can take a number of seconds.