---
title: "List Brand Suggestions"
method: GET
path: "/brands/suggestions"
tags: ["Project"]
---

# List Brand Suggestions

`GET /brands/suggestions`

List the open brand suggestions of a project

## Query parameters

- `project_id` string — Required if using a company api key
- `limit` number
- `offset` number

## Response `200`

Success

- object — Success
  - `data` object[], required
    - `id` string, required
    - `name` string, required
    - `domains` string[]
    - `chat_count` number, required
    - `source` 'chat' | 'competitor', required — Origin of the suggestion. 'chat' = extracted from AI chat responses. 'competitor' = direct competitor from the project profile.

---

[API](https://skmtc.net/peec/apis/peec-ai-customer-api.md) · [All operations](https://skmtc.net/peec/apis/peec-ai-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/peec/peec-ai-customer-api/revisions/92840a1bffa7/schema)
