# Pagination
All endpoints can paginated with the limit and page parameters.
Key | Default | Max |
---|---|---|
limit | 10 | 1000 |
page | 1 | 1 mio / limit |
Example
https://your-shop.codefort.io/api/rest/orders.json?limit=100&page=2
All endpoints can paginated with the limit and page parameters.
Key | Default | Max |
---|---|---|
limit | 10 | 1000 |
page | 1 | 1 mio / limit |
Example
https://your-shop.codefort.io/api/rest/orders.json?limit=100&page=2