getConnectedDomainSetupInfo( )


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.

Authentication

This method may require higher-level permissions than the caller has, based on their identity and roles and permissions. In these cases, you can ensure the method is called with the required level of authorization by using one of the following:

Permissions
SCOPE.MICROSOFT_DYNAMICS.ACCOUNT_ACTIONS
Learn more about app permissions.
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<ConnectedDomainSetupInfo>
Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?