Adobe Sign: Getting error "AGREEMENT_NOT_EXPOSED" while try to get signingUrls!!
Hi Team,
We are encountering below error intermittently while querying “/agreements/{agreements _id}/signingUrls” API just after creation of Agreement using “/agreements” API.
Error: {"code":"AGREEMENT_NOT_EXPOSED","message":"The agreement has not yet been exposed to the requested participant"}
Currently we need to apply a wait of (~400ms) in our code before calling the Sign URL API (/agreements/{agreements _id}/signingUrls/) to get the signing url.
Is there any way we can mitigate this error without adding a wait period between the 2 API calls?
