API reference

Vercel

The Vercel API is a REST-styled API that gives full control over the entire Vercel platform by providing all the resources available, exposed as simple HTTP endpoints.


Add a domain to a project

POST /vercel/domains/leagent-app

/**
 * @param {Object} payload Request payload
 *                  Optional: gitBranch
 */

Request Payload

{
  "name": "domain.name",
  "gitBranch": "dev"
}
Previous
Stripe