Reference (v1)NavigationGet meta menu itemsVersion: API v1Auf dieser SeiteGet meta menu itemsGET/menuMeta/API versionv1Request methodGETOperation ID getNavigationMetaGet the meta for the menu of the customer login Request Query-Parameter Responses 200 OKFormatapplication/jsonBeschreibungThe menu resultSchema-DokumentationBeispielJSON Schemaerrorsarray of objectrequiredArray[*objectaccountstringrequirednamestringrequiredusagePercentnumberhexCodestring]warningsarray of objectrequiredArray[*objectaccountstringrequirednamestringrequiredusagePercentnumberhexCodestring]{ "errors": [ { "account": "string", "name": "string", "usagePercent": 123, "hexCode": "string" } ], "warnings": [ { "account": "string", "name": "string", "usagePercent": 123, "hexCode": "string" } ]}{ "type": "object", "required": [ "errors", "warnings" ], "properties": { "errors": { "type": "array", "items": { "type": "object", "required": [ "account", "name" ], "properties": { "account": { "type": "string" }, "name": { "type": "string" }, "usagePercent": { "type": "number" }, "hexCode": { "type": "string" } } } }, "warnings": { "type": "array", "items": { "type": "object", "required": [ "account", "name" ], "properties": { "account": { "type": "string" }, "name": { "type": "string" }, "usagePercent": { "type": "number" }, "hexCode": { "type": "string" } } } } }}500 Internal Server Error Usage examples cURL$ curl \ --fail \ --location \ -H "Authorization: Bearer $MITTWALD_API_TOKEN" \ https://api.mittwald.de/v1/menuMeta?skipCache=true