List brands
Description
This endpoint allows you to retrieve a list of available brands.
Endpoint
GET https://pricing.bencha.io/brands
Example request
curl -H "Authorization: Token ${TOKEN}" "https://pricing.bencha.io/brands"
Example response
[
{
"id": "brand_01J4KG9B4Y7N0V1P9YA99ZPA1R",
"name": "Gucci"
},
{
"id": "brand_01J4KGB1TKEG42DNQARPTE0ABZ",
"name": "Katie Eary"
}
]