Skip to main content

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

  1. In Snyk, generate an API token (from your account settings).
  2. 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

FieldTypeRequiredDescription
api_tokenstringYour 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.