Pagination
Proper’s API methods use cursor-based pagination through the startingAfter parameter. It accepts an existing object ID value and return objects in the specific resource order.
The startingAfter parameter returns objects listed after the named object.
| Params | |
|---|---|
| limitnumberdefault: 10 | This specifies a limit on the number of objects to return, ranging between 1 and 100. | 
| startingAfterstring | A cursor to use in pagination. startingAfteris an object ID that defines your place in the list. For example, if you make a list request and receive 100 objects, ending withobj_abc, your subsequent call can includestartingAfter=obj_abcto fetch the next page of the list. |