JavaScript
Brands
Retrieve brand
Retrieve brand information by domain name
Look up a brand by its domain name (e.g. “aloyoga.com” or “www.amazon.com”). Returns brand information including the marketplace type if the lookup succeeds.
GET
JavaScript
Authorizations
Rye API key
Path Parameters
The domain name to look up (e.g. "aloyoga.com", "www.amazon.com") Represents a valid domain name string.
Pattern:
^(?=.{1,253}$)(?!\-)([a-zA-Z0-9\-]{1,63}(?<!\-)\.)+[a-zA-Z]{2,63}$Example:
"shop.aloyoga.com"
Response
Brand information including marketplace classification
If false, then products from this brand cannot be purchased through the
Sell Anything API.
Indicates what ecommerce platform the brand uses.
Available options:
AMAZON, SHOPIFY, BESTBUY, SEPHORA, UNKNOWN A unique identifier for the brand.

