Skip to main content
GET
/
v1
/
reference
/
brands
Get all brands
curl --request GET \
  --url http://localhost:3000/v1/reference/brands
{
  "brands": [
    "<string>"
  ],
  "count": 123
}

Response

200 - application/json

List of brands

brands
string[]
required
count
number
required