Get catalog's categories
Get the catalog category list configured on the POS.
GET
/v1/catalog/categories/
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/categories/"
[
{
"id": "5465b370-fd9d-4e22-ba93-7bfbf7b9eff7",
"name": "Cave",
"index": 0
},
{
"id": "18b6666d-c780-416d-99df-b8b8a363dfa1",
"name": "Aperitifs",
"index": 1
}
]