Skip to main content
POST
Create 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

string
required
Type of legal entity. Currently only PRIVATE_PROFIT is supported.
string
required
Name of the brand’s registered legal entity.
string
Display name or DBA name of the brand (optional)
string
required
EIN for the legal entity (must match the name).
string
required
Link to brand’s website or other web presence.
Privacy Policy URL for the brand. (guide)
string
required
Street for the brand address (must match IRS records).
string
required
City for the brand address.
string
required
State for the brand address, e.g. WA, CA, NY.
string
required
Five-digit postal code for the brand address.
string
required
Two-letter country code for the address, e.g. US, CA, GB.
string
required
First name of support contact.
string
required
Last name of support contact.
string
required
Email address for support contact.
string
required
Phone number for support contact. Must be format.

Response

boolean
Whether the brand was created successfully.
object
The contents of the brand.
string
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.