v3

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-08543999.8 KB
Domain Management

Enable or disable auto renewal for ICANN DNS domains

Enable or disable auto renewal for ICANN DNS domains (.com, .net, .org, .io, etc.). When enabled, domains will be automatically renewed before expiration using the saved payment method. User must own the domains and have a valid payment method on file. Use ud_cart_get_payment_methods to retrieve available payment methods.

post/mcp/v1/actions/ud_domain_auto_renewal_update

Request body

action'enable' | 'disable' required

Action to perform: "enable" or "disable" auto renewal

paymentMethodIdstring

Payment method ID for enabling. Use ud_cart_get_payment_methods to retrieve available payment methods. If not provided, uses default card.

Response

Auto renewal update results

successCountnumber

Number of successful updates

failureCountnumber

Number of failed updates