Zendesk has introduced a rate limit of 5 requests per minute for the Update organizations API endpoint. This change aims to improve reliability and reduce timeouts by limiting the number of requests that can be made in a short period.
The rate limit was implemented because the endpoint was experiencing timeouts and latency issues due to high resource consumption by some customers. By aligning this endpoint with similar rate limits for other Zendesk objects, such as users, Zendesk hopes to enhance the overall performance and reliability of their API services. For more details, you can refer to theoriginal announcement.
Zendesk introduced a rate limit to address timeouts and latency issues caused by high resource consumption. By limiting requests to 5 per minute, Zendesk aims to improve the reliability of the endpoint. The decision to implement this rate limit was…
The new rate limit may affect you if you make a lot of API requests in a short period. Once you hit the limit of 5 requests per minute, the API will stop processing your requests temporarily. To avoid hitting the rate limit, it's recommended to…
Currently, there is no option to increase the rate limit for the Update organizations endpoint. The limit is set at 5 requests per minute to ensure reliability and performance for all users. While this limit might seem low, it is necessary to…