POST /messaging/v1/domainverification

Overview

Create a record in From Address Management and trigger a verification email. .

JSON Parameters

Name Type Description
domain string Required The root domain of the email address.

Usage

Required Marketing Cloud Permissions

  • Administration, Access

Required Scope

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

Example Request 1 (Create Email Address)

Host: https://YOUR_SUBDOMAIN.rest.marketingcloudapis.com
POST /messaging/v1/domainverification/
Content-Type: application/json
Authorization: Bearer YOUR_ACCESS_TOKEN

{
    "domain":"test@test.com"
}

Example Response

HTTP/1.1 201 Created
{
    "test@test.com successfully added."
}
Last Updated: Jun 8, 2021