SENDER DOMAINS
Add a sender domain
Add a sender domain to your account. Note that you must own any domains you wish to include in this list, as you will be required to verify and authenticate the emails sent via that domain. Find full details in the Sender Domains Guide.
post/domain/add
Request body
Response
Domain added
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"
}
]
}
]
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.