Skip to main content
Version: API v1

Get meta menu items

GET /v1/menuMeta/
v1
GET
getNavigationMeta

Get the meta for the menu of the customer login

Request

Responses

application/json

The menu result

  • errorsarray of object
    required
    • Array[
    • *object
      • accountstring
        required
      • namestring
        required
      • usagePercentnumber
      • hexCodestring
    • ]
  • warningsarray of object
    required
    • Array[
    • *object
      • accountstring
        required
      • namestring
        required
      • usagePercentnumber
      • hexCodestring
    • ]
  • Usage examples

    $ curl \
    --fail \
    --location \
    -H "Authorization: Bearer $MITTWALD_API_TOKEN" \
    https://api.mittwald.de/v1/menuMeta?skipCache=true