Pagination Response Format
All paginated endpoints return responses in this structure:Pagination Metadata
Links Object
Thelinks object provides ready-to-use URLs for navigating pages:
Meta Object
Themeta object provides detailed pagination state:
Query Parameters
Control pagination behavior with these query parameters:The maximum
per_page value is 100. Requesting more than 100 items per page will return an
error.