---
title: "Get a menu"
method: GET
path: "/public/v1/menus/{id}"
tags: ["Menu"]
---

# Get a menu

`GET /public/v1/menus/{id}`

Fetch a single menu by its ID, scoped to the authenticated company. Returns the same shape as an entry in the list endpoint, including `product_count` (the number of active products on the menu) and `url` (its primary public link, null when the menu has no primary URL). Returns 404 when no menu with that ID exists in the company.

Required permission: `products_permissions_view` (admins are always allowed).

## Path parameters

- `id` string, required

## Response `200`

A single menu

## Other responses

- `400` — Invalid parameters
- `401` — Missing or invalid API token
- `403` — The API token lacks the required permission
- `404` — Not Found

---

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