Pagination
Pagination is done through the query parameterslimit and page. The limit parameter specifies the number of resources to return per page, while the page parameter specifies the page number to return.
The page parameter starts at 1.
The limit parameter can be the following values: 5, 10, 20, 50, 100
Example code snippet