---
title: "Get menus"
method: GET
path: "/public/v1/menus"
tags: ["Menu"]
---

# Get menus

`GET /public/v1/menus`

List menus for the authenticated company, ordered oldest-first by creation time.

A menu is a shareable product catalog and price list you send to customers. It controls who can view the catalog (`visibility`), which weekday delivery windows and minimum-order rules apply at checkout, and the status new orders receive when a customer checks out through it. Each returned menu also carries `product_count` — the number of active products currently on it — and `url`, its primary public link (null when the menu has no primary URL).

Results are paginated: the response wraps the menus in `data` and sets `next_page` to the URL of the following page, or null on the last page. Use `active`, `visibility`, and the `inserted_datetime` / `updated_datetime` windows to narrow the list; omit them all to return every menu in the company regardless of state. When several filters are supplied a menu must satisfy all of them (AND).

Required permission: `products_permissions_view`.

## Query parameters

- `ids` string[]
- `active` boolean
- `inserted_datetime` string
- `updated_datetime` string
- `visibilities` string[]
- `visibility` string
- `page` string

## Response `200`

Menus index

## Other responses

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

---

[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)
