Connected Domain Object


Properties
idstringRead-onlyformat HOSTNAME

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


domainstringformat HOSTNAME

Domain name including TLD. Both root domains and subdomains are supported.


connectionTypestring
4 enum supported values:
UNKNOWN_CONNECTION_TYPEPOINTINGNAMESERVERSHIDDEN

How the domain is connected to the Wix site.

  • "UNKNOWN_CONNECTION_TYPE": There is no information about the connection type.
  • "POINTING": The domain is connected by pointing. Wix doesn't manage DNS information.
  • "NAMESERVERS": The domain is connected by nameservers. Wix manages DNS information.
  • "HIDDEN": The domain isn't visible to site visitors.

siteInfoobject

Information about the site to which the domain is assigned to and whether it's the primary domain or a redirect.


suppressNotificationsboolean

Whether the site owner receives standard email notifications from Wix about the connected domain.

Default: false


dnsPropagationStatusstringRead-only
4 enum supported values:
UNKNOWN_DNS_PROPAGATION_STATUSCOMPLETEDFAILEDIN_PROGRESS

DNS propagation status.

  • "UNKNOWN_DNS_PROPAGATION_STATUS": There's no information about the domain's DNS propagation status.
  • "IN_PROGRESS": The domain's DNS propagation process has started but hasn't successfully completed yet.
  • "COMPLETED": The domain's DNS propagation process has successfully finished.
  • "FAILED": The domain's DNS propagation process has failed.
Was this helpful?
Yes
No