# Get the list of brands of a Company Get the list of brands of a Company Endpoint: GET /api/brands Version: 1.0 Security: Bearer ## Query parameters: - `OwnerCompanyId` (string, required) - `IncludeInactive` (boolean) - `LanguageCode` (string) ## Response 200 fields (application/json): - `id` (string) - `brandName` (string,null) - `ownerCompanyId` (string) - `isActive` (boolean) - `externalCode` (string,null) - `modifiedBy` (string,null) - `modifiedAt` (string,null) - `createdBy` (string,null) - `createdAt` (string,null) - `brandNameVariants` (array,null) - `brandNameVariants.name` (string,null) - `brandNameVariants.languageCode` (string,null) ## Response 403 fields (application/json): - `error` (string,null) - `errorCodes` (array,null) - `errorCode` (string,null)