Pagination

All endpoints that return lists are paginated. In general, any endpoint that returns a list can return an empty list.

The (optional) page parameter allows you to access a specific page.

The (optional) per_page parameter allows you to change the number of items on a given page. The default value is 20 and it is limited to a maximum of 100.