Skip to content

Pagination

INFO

This documentation is work in progress and subject to change. If you have any questions or feedback, please reach out to us via Support.

Zetl API utilises pagination mechanism to handle bulk data retrieval for all of our "list" API endpoints. For example list customers, and list instant settlements. These API methods are paginated and return 10 records per request if limit is not specified as url query parameter.

Query Parameters

ParameterTypeDescription
limitinteger?Number of records to return. Default is 10. Max is 25
offsetinteger?Number of records to skip. Default is 0.

Our API returns resource list in reverse chronological order. And always attach count parameter to the response to indicate the total number of records available.