---
title: "List product categories"
method: GET
path: "/categories"
tags: ["Products"]
---

# List product categories

`GET /categories`

Returns the publicly visible NachoNacho marketplace product categories. Use a category `id` from this endpoint with the `categoryProductId` query parameter on `GET /products` to filter products by category.

## Response `200`

List of public product categories

- object
  - `categories` object[]
    - `id` string
    - `name` string
    - `level` integer — Category hierarchy level.

## Other responses

- `401` — Missing or invalid JWT
- `403` — Company must be a Tribe account and approved
- `404` — Company not found
- `500` — Internal server error

---

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