I am integrating with DocuSign and for callback I am using IP Whitelisting mechanism.
DocuSign often sends callback from an IP address that is not whitelisted in my application.
In such cases, callback fails.
I am not sure how to handle this situation. Doe docusign has an API that I can hit to come to know the latest IP address which needs to be whitelisted?
Or any automated notification mechanism we can use to find out in advance that any new IP ranges/addresses are being introduced by DocuSign and can make my application ready for the same.