Skip to content

Retrieve Brands

GET /api/v1.0/brands

Fetch Brands

Query Parameters

name_contains string optional

Select only brands which contains next substring

Request Headers

X-Thredup-Access-Token string required

Authentication token

Responses

Return brand names

Example Response Body
[
  {
    "id": 65673,
    "name": "Louis Vuitton x Takashi Murakami",
    "parent_brand_id": 22381,
    "parent_brand_name": "Louis Vuitton"
  }
]

Unauthorized

No response body

This endpoint returns no response body for current status code.