...
To avoid problems with large API calls causing performance problems and taking down the system a limit of how many objects being returned has been added. The default limit is 2000 objects.
All integrations should be tested before upgrading production. Pagination should be implemented if any API requests are failing with the following error: Illegal value in input: Too many objects requested (requested 5000 the limit is 2000). Try to reduce the number of objects returned using filters and/or pagination.
...