GET
/
v1
/
shops
Get shops
curl --request GET \
  --url https://api.treet-test.co/v1/shops \
  --header 'X-Treet-Authentication-Key: <api-key>' \
  --header 'X-Treet-Client-Id: <api-key>'
[
  {
    "treetShopName": "Brand Apparel Pre-Loved",
    "countryCodes": [
      "FR",
      "DE"
    ],
    "url": "https://brand-eu.treet.co",
    "treetId": "brand"
  }
]

Authorizations

X-Treet-Client-Id
string
header
required
X-Treet-Authentication-Key
string
header
required

Query Parameters

shopIdentifierType
enum<string>
required

The type of shop identifier.

Available options:
SHOPIFY_DOMAIN
shopIdentifier
string
required

The corresponding identifier value (e.g., brandname.myshopify.com if shopIdentifierType is SHOPIFY_DOMAIN)

Response

Shop response

The response is of type object[].