Skip to main content
List endpoints return paginated results instead of one large payload. Paginated responses wrap results in data and include a meta object with the current page, page size, total record count, and total page count.

Query parameters

Prefer per_page for consistency. Use limit only on endpoints where it is documented in that endpoint’s parameter table.

Response format

Iterating through pages

Set per_page=100 when fetching large datasets to reduce request count.
The maximum allowed value for per_page is 100. Requests with a higher value return 400 invalid_request.