Hey,
I recently was using the Zoho Desk API when I saw in testing that making the same type of API requests over short periods of time would cause that API route to start universally failing. Zoho Supports live chat was kind enough to confirm that there ARE per minute thresholds but did not have available those exact numbers; however they said they would get documentation put together with these invisible limitations.
It's been a week and this is now a blocker for a deploy we would like to get live. I was wondering since these thresholds are not unique to our set up if anyone else was fortunate enough to get such a list in the past that they'd be willing to share.
Account Bulk Updating only supports changing multiple accounts if they are updating to the same value so regrettably a scripted process will have to loop on the update account API route and while every effort is being made to reduce the frequency it's important I have hard numbers to ensure I end up on the correct side of that threshold so the process doesn't grind to a halt.
Thanks in advance!