Newsletters

Retrieve Hosting Domain

Retrieve the DNS verification status for a newsletter's custom hosting domain. This synchronously re-verifies the domain's DNS records.

get/newsletters/{id}/hosting-domain

Path parameters

idstring required

Response

OK

domainstring required

The custom hosting domain being verified.

record_typestring required

The DNS record type the domain should use (typically CNAME).

datastring[] required

The record values currently observed at the domain, if any.

nameserversstring[]

The domain's nameservers, used to detect its DNS provider.

status'none' | 'invalid' | 'valid' required

The DNS verification status of a newsletter's custom hosting domain.

Changes

Changed in 2 of the 12 revisions of this API.2

    • added the optional property // to the response with the status

      response-optional-property-added

    • endpoint added

      endpoint-added