GET
/
v1
/
brands
Brands
curl --request GET \
  --url https://api.partbot.io/v1/brands \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: <content-type>'
[
  {
    "id": 426,
    "name": "Acme Co.",
    "sub_brands": [
      "Acme Racing",
      "Acme Safety"
    ]
  },
  {
    "id": 411,
    "name": "Brembo",
    "sub_brands": []
  },
  {
    "id": 285,
    "name": "Brink",
    "sub_brands": []
  },
  {
    "id": 391,
    "name": "Carzilla",
    "sub_brands": []
  },
  {
    "id": 422,
    "name": "Dunlop",
    "sub_brands": []
  }
]

Headers

Authorization
string
required
Content-Type
string
required

Response

200 - application/json

OK

id
integer

Unique identifier for the brand

name
string

Brand name

sub_brands
object[]

Array of sub-brands associated with this brand