getConnectedDomain( )


Retrieves 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. Identical to the domain name including TLD.

Returns
Return Type:Promise<ConnectedDomain>
Did this help?