---
title: "List all of the defined product producers."
method: GET
path: "/api/v2/productproducers"
tags: ["Company Products"]
---

# List all of the defined product producers.

`GET /api/v2/productproducers`

List of all the names of product producers, such as MICROSOFT or IBM, etc.

## Query parameters

- `page_number` integer
- `page_size` 10 | 20 | 30
- `query` string

## Response `200`

Success

- ProductProducer[], nullable
  - `Name` string, required — The product producer name.

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `default` — Failure

---

[API](https://skmtc.net/blackkitetech/apis/black-kite-api.md) · [All operations](https://skmtc.net/blackkitetech/apis/black-kite-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blackkitetech/black-kite-api/revisions/7dadaba760fb/schema)
