Skip to main content

Get Brand Feedback By Id

GET 
/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.

Request

Path Parameters

    brandId Brandidrequired

Responses

200: Successful Response

422: Validation Error

Loading...