v3

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

Update domain flags

Update domain flags (WHOIS privacy, transfer lock) for domains in your portfolio. Supports bulk operations for up to 50 domains.

post/mcp/v1/actions/ud_domain_flags_update

Request body

domainsstring[] required

Array of domain names to update (e.g., ["example.com", "mysite.io"])

Example request

{
  "domains": [
    "example.com",
    "mysite.io"
  ]
}

Response

Flags updated for domains

successCountnumber

Number of domains with flags updated

failureCountnumber

Number of domains that failed