---
title: "Get Brand Suggestion List"
method: GET
path: "/api/v1/google-ad-manager/brand-suggestions"
tags: ["googleAdCampaign", "googleAdCampaign"]
---

# Get Brand Suggestion List

`GET /api/v1/google-ad-manager/brand-suggestions`

## Query parameters

- `client_id` string, required — Client customer ID (10 digits)
- `prefix` string, required — Brand name prefix to search, e.g. 'nik'

## Response `200`

Successful Response

- GoogleAdBrandSuggestionsResponseDTO
  - `status` string
  - `count` integer, required
  - `brands` GoogleAdBrandDTO[], required
    - `brand_entity_id` string, required
    - `name` string, required
    - `urls` string[], required
    - `state` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/brandbooster/apis/fastapi.md) · [All operations](https://skmtc.dev/brandbooster/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/brandbooster/fastapi/revisions/a9374f6fe96c/schema)
