Create a Brand
You can register your brand with The Campaign Registry by sending a
POST request to our Brand resource including all of the parameters
except for csp_brand_reference
and csp_self_registered
.
If you have already registered your brand directly with The Campaign
Registry, you can create a self-registered brand via our Create Brand
API by sending a POST request to our brand resource including only the
name
, csp_brand_reference
, and csp_self_registered
parameters.
This is a Beta endpoint that may change or be removed in the future.
Permissions
The API token must include the following scopes: Messaging.
Request Body — REQUIRED |
---|
name stringA name for the brand. |
company_name stringFull company name and DBA if applicable. |
contact_email stringA company contact email for this brand. |
contact_phone stringA contact phone number for this brand. |
ein_issuing_country stringCountry of registration. |
legal_entity_type stringWhat type of legal entity is the organization? ( |
ein stringCompany EIN Number/Tax ID |
company_address stringFull company address. |
company_vertical stringAn optional Vertical for the brand ( |
company_website stringLink to the company website. |
csp_brand_reference stringIf you are your own Campaign Service Provider, this is the approved Brand ID (Mandatory for CSPs, otherwise please omit) |
csp_self_registered booleanThis value must be true for all self-registered brands. |
Responses | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
201 CREATED
|