Skip to content

GetBrandsNames

Description: Returns visible brand names. A super admin receives all names; a brand admin receives only its assigned brand.

Access Control

SESSION_ADMIN. Results are restricted by super_admin and the authenticated manager's brand.

HTTP Route

GET /brands/names

Response Parameters

Name Type Description
data array Array of brand names

Response Example

{
  "data": ["IonMarkets", "TradeX"]
}