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/api/v1/brands/domain/{domain}
Path parameters
domainstring hostname required
Represents a valid domain name string.
Example:shop.aloyoga.com
The domain name to look up (e.g. "aloyoga.com", "www.amazon.com")
Response
Brand information including marketplace classification
Changes
Changed in 2 of the 48 revisions of this API.11
- ○
the security scope
checkout_intents:readwas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
- ●
added the new
SEPHORAenum value to themarketplaceresponse property for the response status200response-property-enum-value-added
- ●