Get brands names
GetBrandsNames¶
Description: Returns only the brand names list.
Access Control¶
SESSION_ADMIN
HTTP Route¶
GET /brands/names
Response Parameters¶
| Name | Type | Description |
|---|---|---|
| data | array | Array of brand names |
Response Example¶
{
"data": ["IonMarkets", "TradeX"]
}