redeemRegisteredDomain( )


Developer Preview

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

Redeems a registered domain that's currently in redemption.

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

It may take up to 7 days to complete the domain redemption. If the domain is successfully redeemed, the new expirationDate is 1 year after the original expirationDate.

You can't redeem registered domains that haven't expired yet or have passed the redemption period.

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

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