---
title: "Resolve a brand name to a canonical brand"
method: GET
path: "/foods/brands/resolve"
tags: ["food"]
---

# Resolve a brand name to a canonical brand

`GET /foods/brands/resolve`

## Query parameters

- `name` string, required

## Response `200`

successful operation

- BrandResolveResponse
  - `brand` BrandResponse
    - `brand_type` string
    - `country` string, nullable
    - `created_time` string, date-time, nullable
    - `id` integer
    - `manufacturer_id` integer, nullable
    - `name` string
    - `name_normalized` string
    - `status` string
    - `updated_time` string, date-time, nullable
  - `match` boolean
  - `matched_on` 'name' | 'alias', nullable

---

[API](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server.md) · [All operations](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/llms.txt) · [OpenAPI document](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/revisions/5a99db4cbce3?raw)
