Skip to main content
POST
/
brands
Create Brand
curl --request POST \
  --url https://api.peec.ai/customer/v1/brands \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "name": "<string>",
  "domains": [
    "<string>"
  ],
  "regex": "<string>",
  "aliases": [
    "<string>"
  ]
}
'
{
  "id": "kw_915e742b-396d-4a86-ad57-8bc84e8c2232"
}

Authorizations

X-API-Key
string
header
required

Body

name
string
required
Minimum string length: 1
domains
string[]
regex
string
aliases
string[]

Response

Brand created successfully

Brand created successfully

id
string
required
Example:

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