Typescript
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": {} }
Transfer-in a domain
Default authentication mechanism
Represents a monetary amount in USD dollars
x >= 0.01
Show child attributes
Success