💾
💾
💾
💾
api
Search…
⌃K

Brand - Create

Full Url

Arguments

  • token (required)
  • display name - required for all entity types
  • company_name - required except for SOLE_PROPRIETOR
  • ein - required except for SOLE_PROPRIETOR
  • ein_issuing_country - optional, default to country
  • alt_business_id_type - optional
  • alt_business_id - optional
  • first_name - required only for SOLE_PROPRIETOR
  • last_name - required only for SOLE_PROPRIETOR
  • phone - required
  • street - required
  • city - required
  • state - required
  • postal_code - required
  • country - required
  • email - required
  • stock_symbol - required only for PUBLIC_PROFIT
  • stock_exchange - required only for PUBLIC_PROFIT
  • website - optional
  • ip_address - optional
  • brand_relationship - required except for SOLE_PROPRIETOR
  • vertical - required except for SOLE_PROPRIETOR
  • reference_id - required only for SOLE_PROPRIETOR
  • tag - optional

Info

Register a brand under your account. Mandatory fields vary depending on the type of entity being registered: SOLE_PROPRIETOR | PRIVATE_PROFIT | PUBLIC_PROFIT | NON_PROFIT | GOVERNMENT.

Example Success

{
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"
}
}