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

# Pagination

When an endpoint is expected to return multiple results, we break the results into pages to make
them easier to handle. To cycle forward through multiple pages of data, look for the `nextUrl`
property in the `pagination` portion of an API response, and use it for your next request. See
endpoint documentation for more information.
