get
https://{yourinstance}.makaira.io/enterprise/menu
The menu endpoint is usable for Enterprise customers and is used to retrieve the menu tree that you can configure in the Makaira backend.
Returns the navigation menu for the current instance. Optionally pass constraints to filter menu items by language or shop.
Request
GET /enterprise/menu
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
language | string | No | Language code to filter menu items (e.g. de, en). |
shop_id | string | No | Shop ID for multi-shop setups. |
Headers
| Header | Value |
|---|---|
X-Makaira-Instance | Your Makaira instance identifier |
Response
Returns the navigation menu tree as a JSON object.
200OK

