---
title: "Brand Registration Feedback"
method: GET
path: "/v1/projects/{projectId}/brandRegistrations/{brandRegistrationId}/feedback"
tags: ["10DLC Brand Registration"]
---

# Brand Registration Feedback

`GET /v1/projects/{projectId}/brandRegistrations/{brandRegistrationId}/feedback`

Returns feedback information for brand registrations that were rejected.
Following are the applicable category IDs:

* **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** - No IRS 501c tax-exempt status found.
* **OTHERS** - Details of the data misrepresentation if any.

## Path parameters

- `projectId` string, required
- `brandRegistrationId` string, required

## Response `200`

A successful response.

- BrandRegistrationFeedbackResponse
  - `brandId` string
  - `category` Category[]
    - `id` 'TAX_ID' | 'STOCK_SYMBOL' | 'GOVERNMENT_ENTITY' | 'NONPROFIT' | 'OTHERS' — The category ID.
    - `displayName` string
    - `description` string
    - `fields` string[]

## Other responses

- `400` — INVALID_ARGUMENT: If the brandRegistrationId is not valid
- `404` — Brand could not be found
- `429` — Over limit
- `500` — INTERNAL: Internal server error. Typically, a server bug.

---

[API](https://skmtc.net/sinch/apis/registration.md) · [All operations](https://skmtc.net/sinch/apis/registration/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sinch/registration/revisions/9eecb207c30d/schema)
