cURL
curl --request GET \ --url https://api.onsleek.ai/v2/products \ --header 'Authorization: Bearer <token>'
{ "data": [ { "lastViewedAt": "<string>", "url": "<string>", "name": "<string>", "price": 123, "currencyCode": "<string>", "brandName": "<string>", "description": "<string>", "imageUrls": [ "<string>" ], "categoryId": "<string>", "categoryVersion": "<string>", "categoryBreadcrumb": "<string>", "asin": "<string>", "sku": "<string>", "gtin": "<string>", "mpn": "<string>", "ratingValue": 123, "ratingCount": 123, "bestRating": 123, "worstRating": 123, "history": [ { "yearMonthDay": "<string>", "price": 123, "views": 123 } ] } ], "nextPage": "<string>" }
Retrieve all products in the Sleek product feed. The response is paginated, and the nextPage can be used to fetch the next page.
API key for accessing the Sleek API.
The product page to fetch.
Products.
Show child attributes