Request Parameters
The following query parameters should be included in the request:The page number to retrieve (starting from 1)
The number of items to return per page (maximum 100)
Meta Object Properties
The API response will include ameta object containing pagination information:
The current page number
The number of items per page
The total number of items across all pages
The total number of pages
URL for the next page (if available)
URL for the previous page (if available)
URL for the first page
URL for the last page
Best Practices
- Use
pageandpage_sizequery parameters when making requests to list endpoints. - Respect the maximum
page_sizelimit of 100 items per page. - Use the provided URLs in the meta object for navigation between pages.
next_page_urlorprevious_page_urlmight be null.
Limitations
- The maximum allowed
page_sizeis 100 items per page. - If a
page_sizegreater than 100 is requested, the API will return an error.

