Pagination
All GET request endpoints which return a list of items (e.g list of deliveries, list of partners) will be paginated with the following default fields:
limit: 15
page: 1
You can add these fields as query parameters to change the settings
Last updated