---
title: "Retrieve brand"
method: GET
path: "/api/v1/brands/domain/{domain}"
tags: ["Brands"]
---

# Retrieve brand

`GET /api/v1/brands/domain/{domain}`

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.

## Path parameters

- `domain` string, hostname, required — Represents a valid domain name string.

## Response `200`

Brand information including marketplace classification

- Brand
  - `supported` boolean, required — If `false`, then products from this brand cannot be purchased through the Sell Anything API.
  - `marketplace` 'AMAZON' | 'SHOPIFY' | 'BESTBUY' | 'SEPHORA' | 'UNKNOWN', required
  - `id` string, required — A unique identifier for the brand.

## Other responses

- `401` — Authentication Failed
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

## Changes

- **2026-06-08** `0b28c67737d3` — 1 info
  - the security scope `checkout_intents:read` was added to the endpoint's security scheme `bearerAuth`
- **2026-05-07** `dfc099f2ee48` — 1 warning
  - added the new `SEPHORA` enum value to the `marketplace` response property for the response status `200`

[Change history](https://skmtc.dev/rye-com/apis/universal-checkout-api/changes/api/v1/brands/domain/:domain/get.md)

---

[API](https://skmtc.dev/rye-com/apis/universal-checkout-api.md) · [All operations](https://skmtc.dev/rye-com/apis/universal-checkout-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rye-com/universal-checkout-api/revisions/175c7f9e090e/schema)
