Connected Domain Object


A connectedDomain object holds information about an external domain and its connection to a Wix site.

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

How the domain is connected to the Wix site.


siteInfoSiteInfo

Information about the site to which the domain is assigned, 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

DNS propagation status.


createdDatestringRead-onlyformat date-time

Date and time the connectedDomain object was created in YYYY-MM-DDThh:mm:ss.sssZ format.


updatedDatestringRead-onlyformat date-time

Date and time the connectedDomain object was last updated in YYYY-MM-DDThh:mm:ss.sssZ format.

Did this help?