v1

latestOpenAPI 3.0.32026-07-26710398.3 KB
Project

List Brand Suggestions

List the open brand suggestions of a project

get/brands/suggestions

Query parameters

project_idstring

Required if using a company api key

Example:or_f45b94ba-5e35-4982-93ed-285e72ee14eb
limitnumber
offsetnumber

Response

Success

Example response

{
  "data": [
    {
      "id": "kw_915e742b-396d-4a86-ad57-8bc84e8c2232",
      "name": "Peec AI",
      "domains": [
        "peec.ai"
      ],
      "chat_count": 5,
      "source": "competitor"
    }
  ]
}