v1

latestOpenAPI 3.1.02026-07-24700259.3 KB
SENDER DOMAINS

Verify a sender domain

Verify a sender domain on your account removing the need to wait for the periodic verification every 7 minutes.

post/domain/verify

Request body

domainstring required

Domain to attempt verification for

requisition_sslboolean

If true, requisition an SSL certificate for the tracking domain once verification is complete

subaccount_idstring

If you wish to make this API call on behalf of a subaccount then include its unique ID here

Response

Sender domain verification

request_idstring required

Example response

{
  "request_id": "e023461c-8c86-11e9-b984-408d5cce2644",
  "data": {
    "domains": [
      {
        "domain": {
          "dkim_value": "dkim.smtp2go.net",
          "domain": "example",
          "suffix": "com",
          "rpath_verified": true,
          "rpath_value": "return.smtp2go.net",
          "dkim_verified": true,
          "fulldomain": "example.com",
          "dkim_selector": "s123456"
        },
        "trackers": [
          {
            "domain": "example",
            "suffix": "com",
            "subdomain": "link",
            "fulldomain": "link.example.com"
          }
        ]
      }
    ]
  }
}