Returns the email address that should be used for sending test emails. Send a test message from any source (WordPress, SendGrid, CRM, etc.) to this address to validate SPF, DKIM, and DMARC authentication.

Supported Formats

JSON

Errors

Code Description
401 Unauthorized
403 Forbidden
404 Not Found
422 Unprocessable Entity - domain parameter missing

Examples

{
  "domain": "caboplatinum.com",
  "test_email_address": "abc123.t@dmarcinput.com"
}

Params

Param name Description
domain
required

Domain address (e.g., “example.com”)

Validations:

  • Must be a String