Pagination

You may set the following variables to paginate a list of objects:

Page SizePage Number
Number of objects to be returned in a pageThe page number you want returned

When you make the API call, include page[size] and page[number] to set the variables above. For example, returning the third page of a list of 10 objects each: page[size]=10&page[number]=3