---
title: "Get all product recommendation groupkeys"
method: GET
path: "/recommendation/product/groupkeys"
tags: ["Recommendation"]
---

# Get all product recommendation groupkeys

`GET /recommendation/product/groupkeys`

## Query parameters

- `searchTerm` string
- `limit` integer
- `offset` integer

## Response `200`

OK

- FeaturedRecommendationGroupSummaryApiModels — Paginated collection of featured recommendation groups.
  - `Total` integer — The total number of records which can be retrieved. Note that this field is not available for all paginated endpoints.
  - `Records` FeaturedRecommendationGroupSummaryApiModel[] — The retrieved records.
    - `GroupKey` string — Name of the Group Key.

---

[API](https://skmtc.net/tweakwise/apis/frontend-api.md) · [All operations](https://skmtc.net/tweakwise/apis/frontend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tweakwise/frontend-api/revisions/9bd1e2b3633f/schema)
