> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt # Resource: Connected Domain V1 # Type: Connected Domain Object # Link: https://dev.wix.com/docs/api-reference/account-level/domains/connected-domains/connected-domain-v1/connected-domain-object.md ## Description: A `connectedDomain` object holds information about an external domain and its connection to a Wix site. ## Schema: ```json Type: Connected Domain Object | type: ConnectedDomain Description: A `connectedDomain` object holds information about an external domain and its connection to a Wix site. - name: id | type: string | description: ID of the connected domain. Identical to the domain name including TLD. - name: domain | type: string | description: Domain name including TLD. Both root domains and subdomains are supported. - name: connectionType | type: string | description: How the domain is connected to the Wix site. enum: POINTING, NAMESERVERS, HIDDEN - name: siteInfo | type: SiteInfo | description: Information about the site to which the domain is assigned, and whether it's the primary domain or a redirect. - name: id | type: string | description: ID of the site to which the domain is assigned. - name: value | type: string | description: - name: assignmentType | type: string | description: The relationship assigned for this domain to the site. Read more about [primary and redirected domains](https://support.wix.com/en/article/switching-your-primary-and-redirected-domains). enum: PRIMARY, REDIRECT - name: suppressNotifications | type: boolean | description: Whether the site owner receives standard email notifications from Wix about the connected domain. Default: `false` - name: dnsPropagationStatus | type: string | description: DNS propagation status. enum: COMPLETED, FAILED, IN_PROGRESS - name: createdDate | type: string | description: Date and time the `connectedDomain` object was created in `YYYY-MM-DDThh:mm:ss.sssZ` format. - name: seconds | type: string | description: - name: nanos | type: number | description: - name: updatedDate | type: string | description: Date and time the `connectedDomain` object was last updated in `YYYY-MM-DDThh:mm:ss.sssZ` format. ```