Update domain tracking
Toggle open and click tracking for a domain — a single boolean covers both.
POST
Toggle open and click tracking for a domain — a single boolean covers both. Enabling points the per-domain SES configuration set's custom redirect domain at email.<domain> and returns the tracking CNAME to publish; disabling clears it and returns an empty records array. Requires the send scope.
Loading code example
Loading code example
Authorizations
Authorizationstringheaderrequired
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
idstringrequired
The domain id (`dom_…`).
Body
enabledbooleanrequiredEnable or disable open/click tracking (both toggle together).
Response
application/json
The updated domain plus the tracking record set.