The List Items endpoint retrieves a paginated list of items that have previously been created in your account. This endpoint is useful for managing and reviewing your inventory or other stored items efficiently.
Key Features:
- Pagination Support: Allows control over the dataset size and navigation using parameters like page and limit.
- Secure Access: Requires the key-hash in the headers for authentication and to prevent unauthorized access.
Parameter Descriptions:
- page: Specifies the page number to retrieve. Defaults to 1 if not provided. Example: 2 for the second page.
- limit: Defines the maximum number of items per page. Defaults to 50 if not provided.
Usage Notes:
- Pagination parameters are optional but recommended for large datasets to enhance performance and usability.
- Ensure the key-hash is correctly configured in the request headers for successful API calls.
- Combine filters (if supported) with pagination for targeted queries, improving data retrieval efficiency.
Benefits:
This endpoint enables streamlined inventory management by providing quick access to items while optimizing response times through pagination.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article