---
title: "Accept Brand Suggestion"
method: POST
path: "/brands/suggestions/{brand_suggestion_id}/accept"
tags: ["Project"]
---

# Accept Brand Suggestion

`POST /brands/suggestions/{brand_suggestion_id}/accept`

Accept a brand suggestion by ID, converting it into a brand within the project

## Path parameters

- `brand_suggestion_id` string, required

## Response `200`

Brand suggestion accepted successfully

- object — Brand suggestion accepted successfully
  - `id` string, required

## Other responses

- `404` — Response for status 404
- `409` — Response for status 409

---

[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/versions/92840a1bffa7/schema)
