Skip to content

Vercel ​

Manage deployments, projects, and domains on the Vercel platform.

DetailValue
CategoryCloud & Infra
Base URLhttps://api.vercel.com
AuthenticationBearer Token
Endpoints5
Connector keyvercel

Using Vercel in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Vercel from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
GET /v9/projectsList all projects
GET /v9/projects/{idOrName}Get a project
GET /v6/deploymentsList deployments
GET /v5/domainsList domains
GET /v2/teamsList teams

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.