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
- In Netlify, go to User settings.
- Navigate to Applications (or Personal access tokens, depending on the UI).
- Create a new Personal Access Token.
- 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
| Field | Type | Required | Description |
|---|---|---|---|
personal_access_token | string | Yes | Netlify 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.