Skip to main content
POST
/
brands
/
suggestions
/
{brand_suggestion_id}
/
accept
Accept Brand Suggestion
curl --request POST \
  --url https://api.peec.ai/customer/v1/brands/suggestions/{brand_suggestion_id}/accept \
  --header 'X-API-Key: <api-key>'
{
  "id": "kw_915e742b-396d-4a86-ad57-8bc84e8c2232"
}

Authorizations

X-API-Key
string
header
required

Path Parameters

brand_suggestion_id
string
required

Response

Brand suggestion accepted successfully

Brand suggestion accepted successfully

id
string
required
Example:

"kw_915e742b-396d-4a86-ad57-8bc84e8c2232"