Skip to main content
POST
/
v1
/
registrar
/
domains
/
{domain}
/
transfer
transferInDomain
import { Vercel } from "@vercel/sdk";

const vercel = new Vercel({
  bearerToken: "<YOUR_BEARER_TOKEN_HERE>",
});

async function run() {
  const result = await vercel.domainsRegistrar.transferInDomain({
    domain: "silky-fund.org",
    requestBody: {
      authCode: "<value>",
      autoRenew: true,
      years: 298.08,
      expectedPrice: 5092.5,
      contactInformation: {
        firstName: "Gabrielle",
        lastName: "Hackett",
        email: "Keshawn99@yahoo.com",
        phone: "(758) 385-1802 x13762",
        address1: "<value>",
        city: "Pattiestead",
        state: "Idaho",
        zip: "64653-9022",
        country: "Bolivia",
      },
    },
  });

  console.log(result);
}

run();
{
  "orderId": "<string>",
  "_links": {}
}

Authorizations

Authorization
string
header
required

Default authentication mechanism

Path Parameters

domain
string
required

Body

application/json
authCode
string
required
autoRenew
boolean
required
years
number
required
expectedPrice
number
required

Represents a monetary amount in USD dollars

Required range: x >= 0.01
contactInformation
object
required

Response

Success

orderId
string
required
I