Gets information about all brands within your store configuration.
Example response
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
{
"total": 1218,
"count": 1,
"offset": 0,
"results": [
{
"id": "55f83c0187bb3831384b5b66",
"name": "007 Fragrances",
"accountnumber": null,
"logo": "/userdata/root/images/brands/007-fragrances.jpg",
"url": "/brands/007-fragrances",
"contact": {
"name": {
"title": "",
"firstname": "",
"surname": ""
},
"email": null,
"address": {
"addressline1": "",
"addressline2": "",
"addressline3": "",
"towncity": "",
"stateprovince": "",
"postalcode": "",
"country": null
},
"numbers": [
]
}
}
]
}