# API: listBrands
# listBrands
Get List Brands
# Request
GET /admin/api.php?api_id=API_ID&api_key=API_KEY&call=listBrands
# PHP Samples
# Response
{
"success": true,
"brands": [
{
"brand_id": "1",
"name": "Default",
"url": "http:\/\/awesome.test\/",
"active": "1",
"custom": "",
"id": "1"
},
{
"brand_id": "2",
"name": "Brand nr 2",
"url": "http:\/\/linkbrand.com",
"active": "1",
"custom": "",
"id": "2"
},
{
"brand_id": "3",
"name": "Support",
"url": "http:\/\/dreams.com",
"active": "1",
"custom": "",
"id": "3"
}
],
"call": "listBrands",
"server_time": 1739356989
}