Pagination

Certain endpoints also offer pagination to help you navigate through resources with many items (e.g. properties endpoint).

Limit

The limit request parameter can be used to specify how many resources you need per request.

Page

The page request parameter can be used to specify which page of the resources you need to get.

πŸ“˜

First page

The first page is always 0. If not specified, the first page is selected by default.

For example, if your page parameter is 2 and the limit is 100, you will get resources 201 to 300.