Vercel REST API
The Vercel REST API provides programmatic access to the Vercel platform. All endpoints live under https://api.vercel.com and follow REST architecture over SSL. The API covers deployments, domains, projects, teams, DNS, certificates, edge config, environment variables, access groups, billing, security, webhooks, and more. Authentication uses Bearer tokens via the Authorization header.
Documentation
Documentation
https://vercel.com/docs/rest-api/reference
RateLimits
https://vercel.com/docs/rest-api/reference#rate-limits
Specifications
Other Resources
Pagination
https://vercel.com/docs/rest-api/reference#pagination
Versioning
https://vercel.com/docs/rest-api/reference#versioning
OpenAPI
#Access Groups
#Billing
#Certificates
#Deployments
#DNS
#Domains
#Edge Config
#Environment Variables
#Projects
#Teams
#Webhooks