---
title: "Retrieve a Menu"
method: GET
path: "/menus/{menu_id}"
tags: ["Menus"]
---

# Retrieve a Menu

`GET /menus/{menu_id}`

This operation will retrieve a Menu that are linked to the Integrated Partner.

## Path parameters

- `menu_id` integer, required

## Response `200`

Successful Menu Retrieval

- object
  - `data` Menu — A Weedmaps [Menu](https://developer.weedmaps.com/v2025.07/docs/wm-menus).
    - `features` string[] — This field describes the kind of feature the Menu is being used for.
    - `id` integer — The primary identifier for a Weedmaps resource.
    - `items_count` integer — Count of Menu Items on this Menu. May be up to 1-minute delayed.
    - `name` string — The name that is displayed on a Weedmaps.
    - `organization` Organization — A business on the Weedmaps platform.
      - `id` integer, required — The primary identifier for a Weedmaps resource.
      - `name` string, required — The name that is displayed on a Weedmaps.
    - `updated_at` string — The timestamp this resource was last updated.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `422` — Unprocessable Entities

---

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