Skip to main content
Most list endpoints across the Integration and Admin APIs share a common pagination contract. This page documents the shape so you can build a single helper and reuse it everywhere.

Query parameters

Date-range filters use the conventions fromDate / toDate on most endpoints. A few older endpoints use startDate / endDate — check the endpoint page for the canonical parameter names.

Response shape

Most paginated endpoints return an envelope:
A handful of older list endpoints return { items } or a bare array instead of { totalCount, edges }. The endpoint page will reflect the actual schema — always prefer the per-endpoint schema over assumptions.

Requesting a page

Paginating through every page

Common errors

See Errors for the full envelope.

Errors

Error envelope and common status codes.

Internationalization

Translating response bodies with x-language.