GET /messaging/v1/domainverification

Retrieve a list of verified domains for an account.

NameTypeDescription
$pagestringNumber of pages to retrieve
$pagesizestringNumber of records per page
$orderBystringSpecify how to order the results. The default value is 'domainType%20ASC%20&'.
$filterstringFilter the results using a simple operator and value.
StatusNameTypeDescription
200  OK
 enterpriseIDlongThe parent account MID.
 domainstringThe root domain of the email address.
 statusstringThe domain verification status of the email address.
 domainTypestringThe domain type of the email address.
 isSendablebooleanDetermines whether or not the email address is sendable.
 emailSendTimedatetimeThe date and time stamp of verification email.
    
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 retrieve a list of domains, issue a GET request to the /messaging/v1/domainverification endpoint.

The response includes information about the domains in your account.