v1
latestOpenAPI 3.1.02026-07-24700259.3 KBSENDER DOMAINS
Edit the tracking subdomain
A Tracking Subdomain is used to monitor your email opens and clicks. This endpoint allows you to edit a tracking subdomain for a particular sender domain. Full details can be found in the Sender Domain Guide.
post/domain/tracking
Request body
Response
Tracking subdomain edited
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"
}
]
}
]
}
}