---
title: "Get the product details of a single product group."
method: GET
path: "/api/v2/productgroups/{id}"
tags: ["Company Products"]
---

# Get the product details of a single product group.

`GET /api/v2/productgroups/{id}`

Gets the product details of a single product group.

## Path parameters

- `id` integer, required

## Query parameters

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

## Response `200`

Success

- object[], nullable
  - `Name` string — The name of the CPE.
  - `Cpe` string — A CPE reference.

## Other responses

- `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/versions/7dadaba760fb/schema)
