# Retrieve paginated list of company brands Fetches brands associated with a specific company. Endpoint: GET /api/brands Version: 1.0.0 Security: BearerAuth ## Query parameters: - `page` (integer) The page number for pagination. Example: 1 - `size` (integer) The size of the page for pagination. Example: 10 ## Response 400 fields (application/json): - `total_brands` (integer) - `page` (integer) - `size` (integer) - `total_pages` (integer) - `brands` (array) ## Response 200 fields