v1

latestOpenAPI 3.1.02026-07-24700259.3 KB
SENDER DOMAINS

View sender domains

Returns a list of sender domains on your account

post/domain/view

Request body

domainstring

(Optional) If provided, will only retrieve records for this domain

subaccount_idstring

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

Response

List of sender domains

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"
          }
        ]
      }
    ]
  }
}