#Max number of parallel REST API calls vs Best Practice?
1 messages · Page 1 of 1 (latest)
in theory, 100k is the limit and that can be changed.
If not mistaken, things like python-requests and harvest have a limit of 20 sessions and that can be changed as well
security session limit request create
unless you're pulling info from an eseries, then it'd be different.