Brand - Get
- token (required)
- brand_id (required)
Retrieve the brand record from TCR by the unique identifier assigned to the brand.
{
code: 200,
status: "success",
data:{
"entity_type":"PRIVATE_PROFIT",
"csp_id":"SHYHVLW",
"brand_id":"BGPNNCD",
"display_name":"test123",
"company_name":"test123",
"ein":"472502019",
"ein_issuing_country":"US",
"phone":"1111111111",
"street":"test",
"city":"test",
"state":"CA",
"postal_code":"21012",
"country":"US",
"email":"[email protected]",
"brand_relationship":"SMALL_ACCOUNT",
"vertical":"REAL_ESTATE",
"universal_ein":"US_472502019",
"optional_attributes":[
],
"mock":false,
"identity_status":"VERIFIED",
"create_date":"2022-04-06T18:01:17.000Z"
}
}
Last modified 1yr ago