Create a brand
A successful request to this endpoint will mean you are charged a brand registration fee. If you later need to update or resubmit your brand there may be additional fees.
BrandRequest object
Field | Type | Description | Mandatory |
---|---|---|---|
entityType | Legal entity type | Required | |
displayName | string | Display or marketing name your brand | Required for entityType PRIVATE/PUBLIC |
companyName | string | Legal company name. This should match the legal company name used to register your EIN/Tax ID | Required |
ein | string | Government assigned corporate tax ID. EIN is 9-digits in the U.S. | Required |
einIssuingCountry | string | The 2 letter ISO country of registration submitted with your EIN / Tax ID registration | Required |
phone | string | Valid phone number in e.164 international format. | Required |
street | string | Street number and name | Required |
city | string | City name | Required |
state | string | State. Must be a 2 letter state code for US states | Required |
postalCode | string | Postal code. Must be a 5 digit zip code for the United States | Required |
country | string | ISO 2 character country code | Required |
string | Valid email address of brand support contact | Required | |
stockSymbol | Stock symbol | Required for entityType PUBLIC | |
stockExchange | Stock exchange | Required for entityType PUBLIC | |
website | string | Brand website URL | Required |
vertical | Vertical or industry segment of the brand | Required | |
altBusinessId | string | Alternate business identifer | Optional |
altBusinessIdType | Alternate business identifier type | Required if altBusinessId is provided | |
workspaceIds | array<UUID> | An array of valid workspace IDs associated with organisation. Brand will be shared with workspace Ids listed | Required |
BrandResponse object
Field | Type | Description |
---|---|---|
entityType | Legal entity type | |
displayName | string | Display or marketing name your brand |
companyName | string | Legal company name. This should match the legal company name used to register your EIN/Tax ID |
ein | string | Government assigned corporate tax ID. EIN is 9-digits in the U.S. |
einIssuingCountry | string | The 2 letter ISO country of registration submitted with your EIN / Tax ID registration |
phone | string | Valid phone number in e.164 international format. |
street | string | Street number and name |
city | string | City name |
state | string | State. Must be a 2 letter state code for US states |
postalCode | string | Postal code. Must be a 5 digit zip code for the United States |
country | string | ISO 2 character country code |
string | Valid email address of brand support contact | |
stockSymbol | Stock symbol | |
stockExchange | Stock exchange | |
website | string | Brand website URL |
vertical | Vertical or industry segment of the brand | |
altBusinessId | string | Alternate business identifier |
altBusinessIdType | Alternate business identifier type | |
brandId | string | UUID of a brand |
status | Brand status | |
workspaceIds | array<UUID> | An array of valid workspace IDs associated with organisation. Brand will be shared with workspace Ids listed |
Last updated