---
title: "Get Brand Feedback By Id"
method: GET
path: "/10dlc/brand/feedback/{brandId}"
tags: ["Brands"]
---

# Get Brand Feedback By Id

`GET /10dlc/brand/feedback/{brandId}`

Get feedback about a brand by ID. This endpoint can be used after creating or revetting
a brand.

Possible values for `.category[].id`:

* `TAX_ID` - Data mismatch related to tax id and its associated properties.
* `STOCK_SYMBOL` - Non public entity registered as a public for profit entity or
  the stock information mismatch.
* `GOVERNMENT_ENTITY` - Non government entity registered as a government entity.
  Must be a U.S. government entity.
* `NONPROFIT` - Not a recognized non-profit entity. No IRS tax-exempt status
  found.
* `OTHERS` - Details of the data misrepresentation if any.

## Path parameters

- `brandId` string, required

## Response `200`

Successful Response

- BrandFeedback
  - `brandId` string, required — ID of the brand being queried about
  - `category` BrandFeedbackCategory[], required — A list of reasons why brand creation/revetting didn't go as planned
    - `description` string, required — Long-form description of the feedback with additional information
    - `displayName` string, required — Human-readable version of the `id` field
    - `fields` string[], required — List of relevant fields in the originally-submitted brand json
    - `id` string, required — One of `TAX_ID`, `STOCK_SYMBOL`, `GOVERNMENT_ENTITY`, `NONPROFIT`, and `OTHERS`

## Other responses

- `422` — Validation Error
- `4XX` — Generic response error

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/revisions/3fdc16374d70/schema)
