POST /messaging/v1/domainverification/register

Registers a domain for validation by generating and returning the token added to the DNS.

NameTypeDescription
domainstringRequired. The root domain of the email address.
StatusNameTypeDescription
200  OK. Key is created.
 domainstringThe root domain of the email address.
 tokenstringThe token added to the DNS.
 {    "key": "string"}
    
403  Insufficient privileges
 messagestringInvalid domain
 errorcodestringError code for exception
 descriptionstringhttps://developer.salesforce.com/docs/atlas.en-us.mc-apis.meta/mc-apis/error-handling.htm

This action requires the Administration | Access permission.

To register a domain, issue a POST request to the /messaging/v1/domainverification/register endpoint.

The response includes information about the status of the request.