---
title: "List disti listing categories"
method: GET
path: "/disti-listings/categories"
tags: ["DistiListing"]
---

# List disti listing categories

`GET /disti-listings/categories`

Returns the AppDirect-aligned category taxonomy used by the disti listing create flow. Each entry carries the stable AppDirect `id`, our `slug`, the display `name`, and the `productLine`.

## Response `200`

Returns the AppDirect-aligned category taxonomy used by the disti listing create flow. Each entry carries the stable AppDirect `id`, our `slug`, the display `name`, and the `productLine`.

- object
  - `data` object, required
    - `items` object[]
      - `id` integer
      - `name` string
      - `productLine` string
      - `slug` string
  - `message` string, required
  - `status` integer, required

## Other responses

- `400` — Bad Request Error
- `401` — Unauthorized Error
- `403` — Forbidden Error
- `404` — Not Found Error
- `500` — Internal Server Error

---

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