cURL
curl --request GET \ --url https://www.closient.com/products/api/v1/products/{gtin}/ingredients \ --header 'X-API-Key: <api-key>'
[ { "id": 123, "name": "<string>", "is_major_allergen": true, "may_contain": true, "priority": 123, "notes": "<string>", "percentage": 123, "origin": "" } ]
Retrieve the ingredient list for a product, ordered by predominance. Includes allergen flags and origin data.
GTIN-14 barcode number.
OK