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

# List all of the defined product groups.

`GET /api/v2/productgroups`

Product groups are, as the name implies, the grouping of a set of products (CPEs) for an easy access. The Id value returned by this endpoint can be used to search companies.

## Query parameters

- `page_number` integer
- `page_size` 10 | 20 | 30
- `query` string, required
- `producer` string

## Response `200`

Success

- ProductGroup[], nullable
  - `Id` number, required — The product group's unique identifier.
  - `Name` string, required — Full name of product group.
  - `ProducerName` string — The product producer name.

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `404` — Not Found
- `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)
