TCR Developer Portal
Breadcrumbs

The Brand Object

The Brand object is a representation of a business or organization in TCR’s systems. A brand can have 0 or more campaigns associated with it, and has a seven-character unique identifier that begins with the letter B (e.g., B123ABC).

JSON
{
  "entityType": "NON_PROFIT",
  "cspId": "S123ABC",
  "brandId": "B123ABC",
  "status": "ACTIVE",
  "displayName": "Example Brand",
  "companyName": "Example Brand, Inc.",
  "ein": "000000XXX",
  "einIssuingCountry": "US",
  "phone": "+15555555555",
  "street": "100 MAIN ST",
  "city": "Ann Arbor",
  "state": "MI",
  "postalCode": "48105",
  "country": "US",
  "email": "person@example.com",
  "stockSymbol": "EBI",
  "stockExchange": "NYSE",
  "ipAddress": "127.0.0.1",
  "brandRelationship": "MEDIUM_ACCOUNT",
  "vertical": "EDUCATION",
  "universalEin": "US_000000XXX",
  "optionalAttributes": {},
  "mock": false,
  "createDate": "2025-01-20T18:21:00.000Z",
  "businessContactEmail": "business_contact@example.com"
}