v3

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

Push domains to another user

Push domains to another Unstoppable Domains user. Requires MFA (two-factor authentication) verification. The recipient must accept the transfer.

post/mcp/v1/actions/ud_domain_push

Request body

domainsstring[] required

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

targetAccountIdstring required

Recipient's account ID in format "adjective-noun-xxx" (e.g., "brave-tiger-k7m")

otpCodestring required

6-digit OTP code from your authenticator app

Example request

{
  "domains": [
    "example.com",
    "mysite.io"
  ],
  "targetAccountId": "brave-tiger-k7m",
  "otpCode": "123456"
}

Response

Push initiated

successboolean

Whether any domains were successfully pushed

pushedDomainsstring[]

Domains that were successfully initiated for push

targetAccountIdstring

The target account ID

messagestring

Human-readable summary message