Create brand
This endpoint creates a brand.
This endpoint lets resellers create brands programatically for their customers. Right now we only support API brand creation for private companies (PRIVATE_PROFIT
). Once the brand is created, you will immediately be able to create a campaign for the brand.
Body
Type of legal entity. Currently only PRIVATE_PROFIT
is supported.
Name of the brand’s registered legal entity.
Display name or DBA name of the brand (optional)
EIN for the legal entity (must match the name).
Link to brand’s website or other web presence.
Street for the brand address (must match IRS records).
City for the brand address.
State for the brand address, e.g. WA
, CA
, NY
.
Five-digit postal code for the brand address.
Two-letter country code for the address, e.g. US
, CA
, GB
.
First name of support contact.
Last name of support contact.
Email address for support contact.
Phone number for support contact. Must be format.
Response
Whether the brand was created successfully.
The contents of the brand.
Error message if the request fails.
Errors
If the request fails, it will return an HTTP error status code and an error
field in the body with details. Full list of status codes here.