v1

latestOpenAPI 3.1.02026-07-2210284274.4 KB
Brand Resolution

Resolve brand

Resolve a domain to its canonical brand identity. Follows brand.json redirects and returns the resolved brand with its house, architecture type, and optional manifest.

get/api/brands/resolve

Query parameters

domainstring required
Example:acmecorp.com
fresh'true' | 'false'

Response

Brand resolved successfully

canonical_idstring required
canonical_domainstring required
brand_namestring required
namesLocalizedName[]
keller_type'master' | 'sub_brand' | 'endorsed' | 'independent'
parent_brandstring
house_domainstring
house_namestring
brand_agent_urlstring
brand_manifestobject
source'brand_json' | 'community' | 'enriched' required

Example response

{
  "canonical_id": "acmecorp.com",
  "canonical_domain": "acmecorp.com",
  "brand_name": "Acme Corp"
}