getRegisteredDomain( )


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 a registered 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
registeredDomainIdstringRequired

ID of the registered domain to retrieve.

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