Skip to main content

Vercel (Source)

Overview

The Vercel source connector connects to the Vercel API using a Personal Access Token.

At this time, the connector supports credential validation during setup/login, but data extraction is not yet available.

Setup

Prerequisites

  • A Vercel account
  • A Vercel Personal Access Token with permission to access your account via the API

Create a Vercel Personal Access Token

  1. In Vercel, go to your account settings.
  2. Create a Personal Access Token.
  3. Copy the token value (you’ll use it as the connector’s access_token).

Authentication

This connector authenticates using a Bearer token.

During login, the connector validates credentials by calling:

  • GET https://api.vercel.com/v2/user

If the token is invalid or lacks access, validation will fail.

Configuration

FieldTypeRequiredDescription
access_tokenstringYesVercel Personal Access Token used as a Bearer token for API requests.

Streams

No streams are currently available.

  • The connector’s catalog is currently empty.
  • Extraction is not yet implemented and will fail if run.

Limitations

  • Extraction is still in development. You can use this connector to validate credentials, but it does not yet sync data from Vercel.