cURL
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": [] } ]
Retrieve a list of available brands in the Partbot catalogue.
OK
Unique identifier for the brand
Brand name
Array of sub-brands associated with this brand