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": 1506,
"name": "Michael Brown",
"parent_brand_id": 3477,
"parent_brand_name": "John Smith"
}
]
Unauthorized
No response body
This endpoint returns no response body for current status code.