Snyk ​
Manage projects, issues, and vulnerability scanning via the Snyk API.
| Detail | Value |
|---|---|
| Category | Security |
| Base URL | https://api.snyk.io/rest |
| Authentication | API Key |
| Endpoints | 5 |
| Connector key | snyk |
Using Snyk in a workflow ​
- Go to Connections and click New Connection.
- Pick Snyk from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /orgs | List organizations |
| GET /orgs/{orgId}/projects | List projects |
| GET /orgs/{orgId}/issues | List issues |
| GET /orgs/{orgId}/targets | List targets |
| GET /self | Get current user |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.