---
title: "Retrieve product groups"
method: GET
path: "/productgroups/"
tags: ["Product group"]
---

# Retrieve product groups

`GET /productgroups/`

Extract information about the product groups you created for your account.

***

**Method and URL**

**GET** `https://api.2checkout.com/rest/6.0/productgroups/`

***

**Example URL**

`https://api.2checkout.com/rest/6.0/productgroups/`

***

**Response**

200 JSON

<table>
<tbody>
<tr>
<td>
<strong>ProductGroup</strong>
</td>
<td>
<strong>Array of objects</strong>
</td>
</tr>
</tbody>
</table>

## Headers

- `Accept` 'application/json', required
- `X-Avangate-Authentication` string, required

## Response `200`

OK

## Other responses

- `400` — Invalid data

---

[API](https://skmtc.dev/2checkout/apis/api-rest-documentation.md) · [All operations](https://skmtc.dev/2checkout/apis/api-rest-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/2checkout/api-rest-documentation/revisions/8a7ea610933e/schema)
