---
title: "Retrieve a list of ProductGroups for the specified Shopper"
method: GET
path: "/v1/subscriptions/productGroups"
tags: ["v1"]
---

# Retrieve a list of ProductGroups for the specified Shopper

`GET /v1/subscriptions/productGroups`

## Headers

- `X-App-Key` string, required
- `X-Shopper-Id` string

## Response `200`

Request was successful

- ProductGroup[]
  - `productGroupKey` string, required — Primary key of a grouping of related Subscriptions
  - `subscriptionCount` integer, required — The number of Subscriptions that the shopper owns in this group

## Other responses

- `400` — Request was malformed
- `401` — Authentication info not sent or invalid
- `403` — Authenticated user is not allowed access
- `429` — Too many requests received within interval
- `500` — Internal server error

---

[API](https://skmtc.dev/godaddy/apis/untitled-api-6.md) · [All operations](https://skmtc.dev/godaddy/apis/untitled-api-6/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/godaddy/untitled-api-6/revisions/557ceee3e2d8/schema)
