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: <api-key>'
{
  "supported": true,
  "marketplace": "AMAZON",
  "id": "<string>"
}

Authorizations

Authorization
string
header
required

Rye API key

Path Parameters

domain
string<hostname>
required

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

Example:

"shop.aloyoga.com"

Response

200
application/json

Brand information including marketplace classification

The response is of type object.