Skip to main content
GET
/
brand
/
feedback
/
{brandId}
JavaScript
import Telnyx from 'telnyx';

const client = new Telnyx({
  apiKey: 'My API Key',
});

const response = await client.brand.getFeedback('brandId');

console.log(response.brandId);
{
  "brandId": "d88dd2aa-1bb9-4ef0-9ec8-1752b80316a5",
  "category": [
    {
      "id": "TAX_ID",
      "displayName": "Tax Id",
      "description": "Tax Id does not match with the company name or business type.",
      "fields": [
        "ein",
        "companyName",
        "entityType"
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

brandId
string
required

Response

Successful Response

brandId
string
required

ID of the brand being queried about

Example:

"d88dd2aa-1bb9-4ef0-9ec8-1752b80316a5"

category
BrandFeedbackCategory · object[]
required

A list of reasons why brand creation/revetting didn't go as planned