Connected Domain Setup Info Object

Properties
connectedDomainIdstringformat HOSTNAME
ID of the connected domain. Identical to the domain name including TLD.

registrarobject
Information about the external domain registrar including current name servers.

ONE OF:


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

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

subdomainRecordsobject
Information about subdomains. Available only for subdomains.
Was this helpful?
Yes
No

GetGet Connected Domain Setup Info

Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Retrieves information for the initial setup of a connected domain.

You must pass the relevant Wix account ID in the header of the call.

Important: This call requires an account level API key and cannot be authenticated with the standard authorization header.

Permission Scopes

For app development, you must have one of the following permission scopes:
Manage Domains
Read Connected Domains
Learn more about permission scopes.
Endpoint
GET
https://www.wixapis.com/domains/v1/connected-domain-setup-info/{connectedDomainId}

Was this helpful?
Yes
No