# Retrieve brand details by ID (single) Fetches brand by ID associated with a specific company. Endpoint: GET /api/brand/{brand_id} Version: 1.0.0 Security: BearerAuth ## Path parameters: - `brand_id` (integer, required) Unique identifier for the brand ## Response 404 fields (application/json): - `id` (integer) - `name` (string) - `company_name` (string) - `dba_name` (string) - `registration_country` (string) - `ein_number` (string) - `support_email` (string) - `support_phone` (string) - `city` (string) - `state` (string) - `country` (string) - `vertical` (string) - `brand_relationship` (string) ## Response 200 fields