Pagination
To query a list of entities, only a subset is returned for each request. The following parameters can be used to specify which page to return and how many per page.
| Parameter | Description |
|---|---|
| page | Page number to query, minimum of 1 |
| per_page | Number of entities to return per page |
Using pagination
Only query list accepts pagination parameters.
Example of pagination query
curl https://socialpay.makeitsocial.com/v2/apps?page=2&per_page=50