GET signingUrls returns 404 on existing agreement
The goal is to create an agreement and then get its signing urls by using the AdobeSign API.
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
