Pagination
Endpoints use both types pagination. When data isn't changing often, it uses offset-based pagination, when data is changing rapidly it uses cursor-based pagination.
The following is using offset pagination:
- collections
- names
- tokens
The following is using cursor pagination:
- events
- sales