Typescript
import { Vercel } from "@vercel/sdk"; const vercel = new Vercel({ bearerToken: "<YOUR_BEARER_TOKEN_HERE>", }); async function run() { const result = await vercel.domainsRegistrar.getContactInfoSchema({ domain: "tricky-issue.name", }); console.log(result); } run();
{}
Get contact info schema
Default authentication mechanism
Success
The response is of type object.
object