Set Up Domain
Provision the main sending identity (bare root domain) and notify.<rootDomain> (transactional) on a domain you own in one call. The main identity is used for campaigns and hand sends; notify.<rootDomain> is for receipts and password resets. If a legacy send.<rootDomain> marketing identity already exists, it is included in the response; new setups do not create marketing. Idempotent. Safe to call again if DNS records already exist. Returns DNS records for each provisioned identity. Requires API key with domains:write.
Request body
Response
Domain setup complete
Changes
Changed in 2 of the 6 revisions of this API.13
- ○
added the optional property
data/marketingto the response with the200statusresponse-optional-property-added
- ○
added the required property
data/mainto the response with the200statusresponse-required-property-added
- ○
added the required property
data/transactionalto the response with the200statusresponse-required-property-added
- ○
- ●
removed the request property
regionrequest-property-removed
- ●