added
API Pagination
July 4th, 2024
As of 1st August 2024 will be adding pagination to all our public API endpoints. Each request will now return a maximum of 100 items.
Key Details
- Max Limit: Maximum of 100 items per request.
- Data Retrieval: To access more data, you will need to loop through the paginated results by making successive API calls if total rows exceeds the limit.
- Information Object: Information Object: Each response will include a page_count indicating the total number of pages for the request
Why This Change?
This adjustment is designed to ensure the reliability and efficiency of our API. By introducing pagination, we can better handle large volumes of data, thereby continue to provide stability.
Action Required:
Please review your integration and ensure all endpoints have a defined limit with pagination in place before 1st August 2024
For further details on our API's, refer to our [documentation.](API documentation.)