V
Vercel REST API
Details
- URL
-
https://api.vercel.com - Docs
- https://vercel.com/docs/rest-api
Authentication
Authorization: Bearer <credential> Create a personal access token in Vercel account token settings. The REST API docs state: include it as Authorization: Bearer <TOKEN>. For CLI use, the easiest path is interactive login with vercel login; for non-interactive use you can also supply the same token via the --token global option or related environment configuration documented in the CLI docs.