Get the catalog modifiers
Get catalog modifiers list configured on the POS.
GET
/v1/catalog/modifiers/
authorization<token>
To get an API key, please contact us. We'll be happy to help you.
In: header
Response Body
curl -X GET "https://api.pragma-project.dev/v1/catalog/modifiers/"
[
{
"id": "813f799b-4436-46f3-9c42-0ddf1d45900d",
"name": "Cuisson",
"options": [
{
"id": "3e7877ab-088e-4113-80c8-851aaecfa345",
"name": "Rosé",
"price": 0
},
{
"id": "4745e813-2f0b-4c79-915f-7919803e9a7b",
"name": "À Point",
"price": 0
},
{
"id": "4281153a-28a0-4237-a49c-23708ecb9fca",
"name": "Bleu",
"price": 0
},
{
"id": "eb344665-c30f-4a0e-b4e6-72221ae22795",
"name": "Bien cuit",
"price": 0
},
{
"id": "be6f1914-db81-45de-a392-e009e7342463",
"name": "Saignant",
"price": 0
}
]
},
{
"id": "b80a3d2d-2653-4271-98d7-ed48da49bd92",
"name": "sirop kir",
"options": [
{
"id": "3214fd90-2640-43a7-96a4-32d41fce7e14",
"name": "cassis",
"price": 0
},
{
"id": "e07b92a5-98b0-4b28-8f0b-6b59e5e54507",
"name": "mure",
"price": 0
},
{
"id": "00bd0114-a90d-4b5e-b323-f3c9b90e3706",
"name": "peche",
"price": 0
}
]
}
]