--- title: 'Snyk' description: 'Manage projects, issues, and vulnerability scanning via the Snyk API.' --- # 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 1. Go to **Connections** and click **New Connection**. 2. Pick **Snyk** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET /orgs](./get_orgs_security_listorgs) | List organizations | | [GET /orgs/{orgId}/projects](./get_orgs_orgid_projects_security_listprojects) | List projects | | [GET /orgs/{orgId}/issues](./get_orgs_orgid_issues_security_listissues) | List issues | | [GET /orgs/{orgId}/targets](./get_orgs_orgid_targets_security_listtargets) | List targets | | [GET /self](./get_self_security_getself) | Get current user | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.