Hi guys, I’m trying to fetch data in bulk and everything just working fine. I just have question regarding rate limit, as we have rate limit of 100 requests per access tokens for 10 seconds that means we can send 10 requests per second.
Is it possible in Sailpoint to send concurrent requests with multiple access tokens to fetch data?
Hi,
Yes with differents tokens. But you must implement this concurent logic at your script level.
Example : for get accounts you must get first list with count=true to get total élements in responsae header and based this total number you can do concurently multiples request with different access token.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.