---
title: "Get menu"
method: GET
path: "/api/v2/menu/{order_source}"
---

# Get menu

`GET /api/v2/menu/{order_source}`

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.

## Path parameters

- `order_source` string, required

## Headers

- `Authorization` string, required

## Response `200`

200

- object[]
  - `id` string
  - `meta` object
    - `allows_item_notes` boolean
    - `allows_order_notes` boolean
    - `allows_mod_quantitieas` boolean
  - `name` string
  - `prep_time_average_minutes` integer
  - `hours` object
    - `sunday` object[]
      - `end_time` string
      - `start_time` string
    - `monday` object[]
      - `end_time` string
      - `start_time` string
    - `tuesday` object[]
      - `end_time` string
      - `start_time` string
    - `wednesday` object[]
      - `end_time` string
      - `start_time` string
    - `thursday` object[]
      - `end_time` string
      - `start_time` string
    - `friday` object[]
      - `end_time` string
      - `start_time` string
    - `saturday` object[]
      - `end_time` string
      - `start_time` string
  - `location` object
    - `id` integer
    - `name` string
  - `sections` object[]
    - `id` string
    - `name` string
    - `items` object[]
      - `id` string
      - `name` string
      - `price` integer
      - `is_alcohol` boolean
      - `tax_rate` number
      - `image_urls` object[]
        - `link` string
      - `description` string
      - `suspend_until` string
      - `modifier_groups` object[]
        - `id` string
        - `name` string
        - `modifiers` object[]
          - `id` string
          - `name` string
          - `price` integer
          - `description` string
          - `suspend_until` string
          - `is_alcohol` boolean
          - `modifier_groups` unknown[]
            - unknown
          - `nutritional_info` string
        - `description` string
        - `maximum_amount` integer
        - `minimum_amount` integer
        - `allow_modifier_multiple_quantity` boolean
      - `nutritional_info` string
    - `description` unknown
  - `description` string
  - `currency_name` string

## Other responses

- `401` — 401
- `403` — 403

---

[API](https://skmtc.dev/itsacheckmate/apis/open-api.md) · [All operations](https://skmtc.dev/itsacheckmate/apis/open-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/itsacheckmate/open-api/revisions/d6022761527a/schema)
