Using chat with vercel.com

TypeScript integration

✓ Official SDK
Install
npm install chat
Quick start
import Chat from 'chat';

const client = new Chat({ apiKey: "YOUR_API_KEY" });
Get the User
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.vercel.com/v2/user
List all teams
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.vercel.com/v2/teams
List User Events
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.vercel.com/v3/events
SDK on GitHub 📄 API Docs
SDK
chat
TypeScript
API
vercel.com
vercel.com
At a glance
Language TypeScript
Endpoints112
Base URLhttps://api.vercel.com
✓ Official