---
title: "List categories"
method: GET
path: "/menu/{locale}/categories"
tags: ["Menu"]
---

# List categories

`GET /menu/{locale}/categories`

Returns a flat list of all menu categories.

## Path parameters

- `locale` integer, required

## Query parameters

- `lang` string

## Response `200`

List of categories

- object
  - `success` boolean
  - `data` CategorySummary[]
    - `category_id` integer
    - `name` string
    - `description` string, nullable
    - `parent_category` integer, nullable
    - `order_position` integer

## Other responses

- `403` — API key not authorized for this locale or missing required scope

---

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