Retrieve a domain
GET
Retrieve one sending domain and its DNS records, recomputed from the persisted row. A tracking-enabled domain additionally includes the tracking CNAME last. Requires the send or read:emails 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_…).
Response
application/json
The domain detail with DNS records.
