> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stickyqr.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Pagination

> When fetching a list of data, the API supports pagination to retrieve a subset of the results.

When fetching a list of data, the API supports pagination to retrieve a subset of the results. For instance, you can [list customers](/api-reference/customer/get-list-customer), [list rewards](/api-reference/rewards/get-list-reward)...

Pagination parameters include `pageNumber` and `pageSize`

## Parameters

<ParamField path="pageNumber" type="integer">
  The page number to retrieve.
</ParamField>

<ParamField path="pageSize" type="integer">
  The number of items per page.
</ParamField>
