---
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
    - `id` string, required — One of `TAX_ID`, `STOCK_SYMBOL`, `GOVERNMENT_ENTITY`, `NONPROFIT`, and `OTHERS`
    - `displayName` string, required — Human-readable version of the `id` field
    - `description` string, required — Long-form description of the feedback with additional information
    - `fields` string[], required — List of relevant fields in the originally-submitted brand json

## Other responses

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

## Changes

> 81 revisions in range; 1 not diffed.

- **2026-09-16** `a6a61a29ecdd` — 1 breaking, 1 info
  - the `errors/items/code` response's property type changed from `string` to `integer`, and format from no format to `int32` for status `4XX`
  - added the optional property `errors/items/meta` to the response with the `4XX` status
- **2026-08-17** `1571b0380bd7` — 1 breaking, 1 warning
  - the `errors/items/code` response's property type changed from `integer` to `string`, and format from `int32` to no format for status `4XX`
  - removed the optional property `errors/items/meta` from the response with the `4XX` status
- **2026-08-04** `8f5f4e537994` — 1 breaking, 1 info
  - the `errors/items/code` response's property type changed from `string` to `integer`, and format from no format to `int32` for status `4XX`
  - added the optional property `errors/items/meta` to the response with the `4XX` status

[Change history](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/changes/10dlc/brand/feedback/:brandId/get.md)

---

[API](https://skmtc.dev/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/revisions/f6e9ed754d05?raw)
