Get allergens
Returns a list of all possible allergens that can be added to a rich item. See Allergens Table for more details.
GET /i/allergens
curl \
-X GET https://api.trial.lsk.lightspeed.app/i/allergens \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"code": "fish",
"translations": [
{
"text": "Fish",
"locale": "en"
},
{
"text": "Poisson",
"locale": "fr"
}
]
}
]