API Reference
BrandApi is organized around REST. Our API has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.
GET
/v2/brands/{domain}Retrieve Brand Data
Get full brand metadata including logos, colors, fonts, and firmographic info using a domain name.
GET
/v2/search?q={query}Brand Search
Search for brands by name or partial domain string. Returns autocomplete suggestions.
GET
/v2/brands/ticker/{symbol}Query by Ticker
Retrieve brand information using stock market tickers (e.g., AAPL, TSLA).
POST
/v2/webhooksWebhook Subscriptions
Configure endpoints to receive real-time updates when a brand refreshes its assets.