GET /messaging/v1/domainverification
Retrieve a list of verified domains for a particular account.
Name | Type | | Description |
---|
$page | string | | Number of pages to retrieve |
$pagesize | string | | Number of records per page |
$orderBy | string | | Specify how to order the results. The default value is 'domainType%20ASC%20&'. |
$filter | string | | Filter the results using a simple operator and value. |
Status | Name | Type | Description |
---|
200 | | | OK |
| enterpriseID | long | The parent account MID. |
| domain | string | The root domain of the email address. |
| status | string | The domain verification status of the email address. |
| domainType | string | The domain type of the email address. |
| isSendable | boolean | Determines whether or not the email address is sendable. |
| emailSendTime | datetime | The date and time stamp of verification email. |
| | | |
400 | | | Bad Request |
| message | string | Invalid field name provided for orderBy. Sorting is supported on domain, status, issendable, domaintype, modifieddate. |
| errorcode | string | Error code for exception |
| description | string | https://developer.salesforce.com/docs/atlas.en-us.mc-apis.meta/mc-apis/error-handling.htm |
| | | |
403 | | | Insufficient Privileges |
| message | string | Invalid field name provided for orderBy. Sorting is supported on domain, status, issendable, domaintype, modifieddate. |
| errorcode | string | Error code for exception |
| description | string | https://developer.salesforce.com/docs/atlas.en-us.mc-apis.meta/mc-apis/error-handling.htm |
| | | |
500 | | | Internal Server Error |
| message | string | Invalid field name provided for orderBy. Sorting is supported on domain, status, issendable, domaintype, modifieddate. |
| errorcode | string | Error code for exception |
| description | string | https://developer.salesforce.com/docs/atlas.en-us.mc-apis.meta/mc-apis/error-handling.htm |
- Account Settings, Read and Write
- From Address Management, Read and Write