Skip to main content

Netlify

Overview

The Netlify source connector lets you authenticate to the Netlify API using a Personal Access Token (PAT).

This connector is currently in development. Authentication is implemented, but data extraction and streams are not yet available.

Setup

Prerequisites

  • A Netlify account with permission to create a Personal Access Token.

Create a Personal Access Token

  1. In Netlify, go to User settings.
  2. Navigate to Applications (or Personal access tokens, depending on the UI).
  3. Create a new Personal Access Token.
  4. Copy the token value and store it securely.

Authentication

This connector uses Bearer token authentication with a Netlify Personal Access Token.

During connection setup, the connector validates credentials by calling:

  • GET https://api.netlify.com/api/v1/sites

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

Configuration

FieldTypeRequiredDescription
personal_access_tokenstringYesNetlify Personal Access Token used to authenticate API requests.

Streams

No streams are currently available. The connector’s extraction logic is still in development, so it does not yet sync data into your destination.

Limitations

  • Extraction not implemented: runs will fail if you attempt to extract data.
  • Catalog not yet defined: stream discovery currently returns an empty catalog.