Get allergens
GET
/i/allergens
Returns a list of all possible allergens that can be added to a rich item.
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": [
{
"locale": "en",
"text": "Fish"
},
{
"locale": "fr",
"text": "Poisson"
}
]
}
]