POST /messaging/v1/domainverification/update

Update a record in From Address Management.

NameTypeDescription
domainstringRequired. The root domain of the email address.
isSendablebooleanDetermines whether or not the email address is sendable.
StatusNameTypeDescription
200  OK
 domainstringThe user and root domain of the email address.
 isSendablebooleanFlags email address as sendable or not.
    
400  Bad Request
 messagestringInvalid field name provided for orderBy. Sorting is supported on domain, status, issendable, domaintype, modifieddate.
 errorcodestringError code for exception
 descriptionstringhttps://developer.salesforce.com/docs/atlas.en-us.mc-apis.meta/mc-apis/error-handling.htm
    
403  Insufficient Privileges
 messagestringInvalid field name provided for orderBy. Sorting is supported on domain, status, issendable, domaintype, modifieddate.
 errorcodestringError code for exception
 descriptionstringhttps://developer.salesforce.com/docs/atlas.en-us.mc-apis.meta/mc-apis/error-handling.htm
    
500  Internal Server Error
 messagestringInvalid field name provided for orderBy. Sorting is supported on domain, status, issendable, domaintype, modifieddate.
 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.

It requires these permission scopes.

  • Account Settings | Read and Write
  • From Address Management | Read and Write

To update a record, send a POST request to the /messaging/v1/domainverification/update endpoint.

The response includes information about the request.