Improvement
June 5, 2024

Improved pagination speed in API routes

When you want to grab a full set of data from our REST API you’ll likely need to go through multiple result pages. Going through multiple pages can however become slow when you are dealing with a large set of data, for example more than a million of users. With our latest release we are introducing “cursor based” pagination in our API which allows you to go through all pages of your data at a much faster pace. Cursor based pagination is available for the /responses and /contacts routes.

← More product updates