Skip to content
Dashboard

Introducing the Vercel TypeScript SDK

Terminal
npm i @vercel/sdk

import { Vercel } from '@vercel/sdk';
const vercel = new Vercel({
bearerToken: process.env.VERCEL_TOKEN,
});
const result = await vercel.deployments.getDeployment({
idOrUrl: 'dpl_89qyp1cskzkLrVicDaZoDbjyHuDJ'
});

Ready to deploy?