This endpoint allows you to retrieve a list of products with brand, category, and date filters applied. You can filter by brand, category, or both to retrieve all available products from a specific brand and/or category. If you don't specify any filters, you will get a list of all available products from all brands and categories.

You can also apply date filters by specifying the start and end dates to retrieve all products released between the specified dates. The date format is YYYY-MM-DD.

Additionally, you can use the page parameter to paginate through the results. The page parameter specifies the page number to fetch results from. The default value is 0, which retrieves all results from page 0. You can specify any non-negative integer value for the page parameter to retrieve results from a particular page.

Language
Click Try It! to start a request and see the response here!