Snyk
Overview
The Snyk source connector connects to the Snyk REST API using an API token.
Status
This connector is currently in development. Authentication (credential validation) is supported, but data extraction and streams are not yet available.
Prerequisites
- A Snyk account
- A Snyk API token with access to your organization(s)
Authentication
This connector authenticates using a Snyk API token sent in the Authorization header.
Create an API token in Snyk
- In Snyk, generate an API token (from your account settings).
- Copy the token value.
Validate credentials
During setup, the connector validates credentials by calling:
GET https://api.snyk.io/rest/orgs?version=2024-10-15
The request includes:
Authorization: token <API_TOKEN>
If validation fails, you’ll see an error indicating that Snyk credential validation failed.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_token | string | ✅ | Your Snyk API token. |
Streams
No streams are currently exposed. The connector’s catalog is empty while extraction is still in development.
Limitations
- Extraction is not yet implemented.
- No objects/streams are currently available for sync.