---
title: "Retrieve all Categories."
method: GET
path: "/categories.json"
tags: ["Categories"]
---

# Retrieve all Categories.

`GET /categories.json`

## Query parameters

- `fields` string, string

## Response `200`

OK

- Category
  - `category` CategoryFields
    - `id` integer — Unique identifier of the Category
    - `name` string — Name of the Category
    - `parent_id` integer — Unique identifier of the Parent Category
    - `permalink` string — Category unique URL path

---

[API](https://skmtc.net/jumpseller/apis/jumpseller-api.md) · [All operations](https://skmtc.net/jumpseller/apis/jumpseller-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jumpseller/jumpseller-api/versions/7512c6ae3524/schema)
