Hi all
My companies application is needing to fire off many concurrent requests to the Elements API endpoint: https://api.connect.withsecure.com/, but we are currently experiencing denies due to throttling.
The API response is "Too many requests were sent from your IP".
Could you please provide the exact (numeric) rate ceiling, so that we do exceed it?
I'm trying to avoid my application failing unpredictably, and making all requests synchronous is taking far too long (>5 min).
Thank you!