Return all your productsCopy Pageget https://api.brevo.com/v3/productsRecent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Query Paramslimitint64≤ 1000Defaults to 50Number of documents per pageoffsetint64Defaults to 0Index of the first document in the pagesortstringenumDefaults to descSort the results in the ascending/descending order of record creation. Default order is descending if sort is not passedascdescAllowed:ascdescidsarray of stringsFilter by product idsidsADD stringnamestringFilter by product name, minimum 3 characters should be present for search.price[lte]numberPrice filter for products less than and equals to particular amountprice[gte]numberPrice filter for products greater than and equals to particular amountprice[lt]numberPrice filter for products less than particular amountprice[gt]numberPrice filter for products greater than particular amountprice[eq]numberPrice filter for products equals to particular amountprice[ne]numberPrice filter for products not equals to particular amountcategoriesarray of stringsFilter by categories idscategoriesADD stringmodifiedSincestringFilter (urlencoded) the orders modified after a given UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ). Prefer to pass your timezone in date-time format for accurate result.createdSincestringFilter (urlencoded) the orders created after a given UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ). Prefer to pass your timezone in date-time format for accurate result.isDeletedstringFilter products by their deletion status. If false is passed, only products that are not deleted will be returned.Responses 200All products listed 400bad requestUpdated over 2 years ago