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.

Alcoholic Items:
Depending upon if alcoholic items are allowed, that will be sent in response as is_alcohol under items and modifiers. For example:

{
  "items": [
    {
      "id": "97e2493f-9eab-4fba-8b08-4ad63c0a98c0",
      "name": "Hamburger",
      "price": 800,
      "is_alcohol": false,
      "tax_rate": 7,
      "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,
              "description": "",
              "suspend_until": "1660363200",
              "is_alcohol": false,
              "modifier_groups": [
                
              ],
              "nutritional_info": ""
            }
          ],
          "description": "",
          "maximum_amount": 1,
          "minimum_amount": 0
        }
      ],
      "nutritional_info": "Fresh, never frozen beef topped with pickles, onion, ketchup, and mustard on a toasted bun."
    }
  ]
}
Language
Click Try It! to start a request and see the response here!