Connected Domain Setup Info Object


A connectedDomainSetupInfo object holds information the connected domain's external registrar and some DNS records. You can use this information to guide the site owner through the domain's setup process.

Properties
connectedDomainIdstringformat HOSTNAME

ID of the connected domain. Identical to the domain name including TLD.


registrarRegistrar

Information about the external domain registrar including current name servers.


ONE OF:

nameserverRecordNameserverRecord

Information about domains connected using nameservers. Available only for {"connectionType": "NAMESERVERS"}.


pointingRecordsPointingRecordsRead-only

Information about domains connected by pointing. Available only for {"connectionType": "POINTING"}.


subdomainRecordsSubdomainRecordsRead-only

Information about subdomains. Available only for subdomains.

Did this help?