getConnectedDomainSetupInfo( )


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.

Method Declaration
Copy
Method Parameters
connectedDomainIdstringRequired

ID of the connected domain to retrieve setup information for. Identical to the domain name including TLD.

Returns
Return Type:Promise<GetConnectedDomainSetupInfoResponse>
Was this helpful?
Yes
No