Overview
The Zamp API supports pagination for all list endpoints. When an API response returns a list of objects, regardless of the amount, pagination is supported.Key Concepts
- Objects are nested in a
dataattribute - A
nextCursorattribute indicates whether additional pages exist - When
nextCursorisnull, no more pages remain - Results default to 10 items per response (maximum: 100)
- Objects are ordered by creation timestamp in descending order