Typescript
import { Vercel } from "@vercel/sdk"; const vercel = new Vercel({ bearerToken: "<YOUR_BEARER_TOKEN_HERE>", }); async function run() { const result = await vercel.domainsRegistrar.getSupportedTlds(); console.log(result); } run();
[ "<string>" ]
Get a list of TLDs supported by Vercel
Default authentication mechanism
A list of the TLDs supported by Vercel.