Skip to main content
GET
/
api
/
v1
/
brands
/
domain
/
{domain}
Brand by Domain
curl --request GET \
  --url https://staging.api.rye.com/api/v1/brands/domain/{domain} \
  --header 'Authorization: Bearer <token>'
{
  "supported": true,
  "marketplace": "AMAZON",
  "id": "<string>"
}

Authorizations

Authorization
string
header
required

Rye API key. Format: Bearer <RYE_API_KEY>

Path Parameters

domain
string<hostname>
required

The domain name to look up (e.g. "aloyoga.com")

Example:

"shop.aloyoga.com"

Response

Brand information including marketplace classification

supported
boolean
required

If false, then products from this brand cannot be purchased through the Sell Anything API.

marketplace
enum<string>
required

Indicates what ecommerce platform the brand uses.

Available options:
AMAZON,
SHOPIFY,
UNKNOWN
id
string
required

A unique identifier for the brand.

I