v1

latestOpenAPI 3.1.02026-07-146079.8 KB

Get menu

Returns the latest menu for your location. The location has to be verified first in order to call this API. You can only access this API if you have an access token issued with the scope menus.

get/api/v2/menu/{order_source}

Path parameters

order_sourcestring required

Name of the ordering platform

Headers

Authorizationstring required

Access token obtained from Get Access token API

Response

200

idstring
namestring
prep_time_average_minutesinteger
descriptionstring
currency_namestring

Example response

[
  {
    "id": "4bfdfb8a-71ef-5b71-9eba-7ca99fedf18a",
    "meta": {
      "allows_item_notes": true,
      "allows_order_notes": true,
      "allows_mod_quantitieas": true
    },
    "name": "Master All Day Menu - Internal Developer Test Lab",
    "prep_time_average_minutes": 35,
    "hours": {
      "sunday": [
        {
          "end_time": "20:30",
          "start_time": "08:00"
        }
      ],
      "monday": [
        {
          "end_time": "20:30",
          "start_time": "08:00"
        }
      ],
      "tuesday": [
        {
          "end_time": "20:30",
          "start_time": "08:00"
        }
      ],
      "wednesday": [
        {
          "end_time": "20:30",
          "start_time": "08:00"
        }
      ],
      "thursday": [
        {
          "end_time": "20:30",
          "start_time": "08:00"
        }
      ],
      "friday": [
        {
          "end_time": "20:30",
          "start_time": "08:00"
        }
      ],
      "saturday": [
        {
          "end_time": "20:30",
          "start_time": "08:00"
        }
      ]
    },
    "location": {
      "id": 225501,
      "name": "Internal Developer Test Lab"
    },
    "sections": [
      {
        "id": "7edb30b4-165a-4d04-aecb-9a6641b8f79e",
        "name": "Burgers",
        "items": [
          {
            "id": "97e2493f-9eab-4fba-8b08-4ad63c0a98c0",
            "name": "Hamburger",
            "price": 800,
            "tax_rate": 8.75,
            "image_urls": [
              {
                "link": "https://d2q8km48t273sa.cloudfront.net/menu_photos/225501/menu_library/705b3646db8ee3569c1fffcf098b5b60.png"
              }
            ],
            "description": "Fresh, never frozen beef topped with pickles, onion, ketchup, and mustard on a toasted bun.",
            "suspend_until": "0",
            "modifier_groups": [
              {
                "id": "306773fe-ca63-41fb-b582-97ba59240787",
                "name": "Cheese",
                "modifiers": [
                  {
                    "id": "65b5f03b-7ecb-47df-8c02-644ebd49ee7e",
                    "name": "Cheddar",
                    "price": 50,
                    "suspend_until": "1660363200"
                  }
                ],
                "maximum_amount": 1,
                "allow_modifier_multiple_quantity": true
              }
            ],
            "nutritional_info": "Fresh, never frozen beef topped with pickles, onion, ketchup, and mustard on a toasted bun."
          }
        ]
      }
    ],
    "description": "thanx - Internal Developer Test Lab",
    "currency_name": "USD"
  }
]