Pagination
Various entities of the API allow for resource listing. To facilitate navigation through these lists, the AltScore API implements pagination. Pagination is achieved by using the page and per-page parameters in the URL of the request.
The response from the API will include a header X-Total-Count that indicates the total number of resources available and the body of the response will be a list of resources.