Pagination
For the 'list' endpoints (endpoints which returns multiple resources), we support pagination. You can specify the page number by adding the page
query parameter to your request.
Parameter | Default | Allowed Range | Description |
---|---|---|---|
page | 1 | – | Represents the page number of the paginated results. |
per_page | 10 | 10 to 100 | Specifies the number of resources to be returned in the "data" array for a given page. |