Previewv0.1.0
71 actions · 2 auth methods
Getting Started
1
Create or Select a Project
Set up a new project or select an existing one. See Organizations & Projects.
2
Configure the Connector
Enable the connector and set up a Connector Profile in your project. See Setup Connector Profile.

Connector Profile · Auth Token
Uses your Snyk account Auth Token — the token shown under Account settings > General — sent in the Authorization header…
Connector Profile · Personal Access Token
Uses a Snyk Personal Access Token (PAT) — created under Account settings > Personal Access Tokens — sent in the Authoriz…
3
Link an Account
Link an account from the dashboard (or via StackOne Hub).See the guide for the authentication type chosen in the Connector Profile:

Link Account · Auth Token
Link Account · Personal Access Token
4
Use Actions
Connect an AI platform to the linked account’s actions. See AI Platforms.Other ways to call actions are listed in Protocols & SDKs.
Actions
|
No auth methods found
71 actions
Action
Description
List Group Audit Logs
Search the audit log for a Snyk group, returning security-relevant events (membership changes, setting updates, project…
List Organization Audit Logs
Search the audit log for a single organization, returning security-relevant events. Filter by event type, actor, project…
List Collections
List the project collections in an organization. Collections are user-defined groupings of projects used to organize and…
Create Collection
Create a new project collection in an organization. Provide the organization ID and a name for the collection.
Get Collection
Retrieve a single project collection by ID, including its name and metadata. Provide the organization ID and collection…
Update Collection
Rename a project collection. Provide the organization ID, the collection ID, and the new name.
Delete Collection
Delete a project collection. This removes the grouping only; the underlying projects are not deleted. Provide the organi…
List Collection Projects
List the projects that belong to a collection. Provide the organization ID and collection ID; supports the same project…
Add Projects To Collection
Add one or more projects to a collection. Provide the organization ID, the collection ID, and the list of project IDs to…
Remove Projects From Collection
Remove one or more projects from a collection. Provide the organization ID, the collection ID, and the list of project I…
List Groups
List the Snyk groups the authenticated account can access. Groups sit above organizations in the Snyk hierarchy and own…
List Group Memberships
List the members of a Snyk group and their group-level roles. Provide the group ID.
Add Group Member
Add a user to a Snyk group with a specific group role. Provide the group ID, the user ID, and the group role ID.
Update Group Member Role
Change the group role assigned to an existing group member. Provide the group ID, the membership ID, and the new group r…
Remove Group Member
Remove a member from a Snyk group. Provide the group ID and the membership ID.
List Group User Org Memberships
List, across all organizations in a group, the org-level memberships of the group’s users. Use this to see which organiz…
List Group SSO Connections
List the SSO (single sign-on) connections configured for a Snyk group. Provide the group ID.
List SSO Connection Users
List the users provisioned through a specific SSO connection in a group. Provide the group ID and SSO connection ID.
Remove SSO Connection User
Remove a user from a group’s SSO connection. Provide the group ID, the SSO connection ID, and the user ID.
List Invitations
List the pending invitations to join an organization. Provide the organization ID.
Create Invitation
Invite a user to join an organization by email with a specific role. Provide the organization ID, the invitee’s email, a…
Delete Invitation
Revoke a pending organization invitation. Provide the organization ID and the invitation ID.
List Group Issues
List security issues (vulnerabilities, license problems, code, cloud, and config findings) aggregated across all organiz…
Get Group Issue
Retrieve a single security issue by ID at the group level, including its severity, type, and affected item. Provide the…
List Organization Issues
List security issues found in a Snyk organization — vulnerabilities, license, code, cloud, config, and secrets findings…
Get Organization Issue
Retrieve a single security issue by ID within an organization, including full detail on the vulnerability and the affect…
List Issues For Packages
Look up known issues for many packages at once by their Package URLs (purls). Provide the organization ID and a list of…
List Issues For Package
Look up known issues for a single package by its Package URL (purl). Provide the organization ID and the purl; returns t…
List Group Organizations
List the organizations that belong to a specific group. Provide the group ID; returns each organization Snyk manages und…
List Organizations
List all Snyk organizations the authenticated user or service account can access. Supports filtering by group, name, slu…
Get Organization
Retrieve a single Snyk organization by its ID, including its name, slug, and group association.
Update Organization
Update a Snyk organization’s settings, such as its display name. Provide the organization ID and the attributes to chang…
List Organization Memberships
List the user and service-account memberships in an organization, including each member’s assigned role. Use this to aud…
Add Organization Member
Add a user to a Snyk organization with a specific role. Provide the organization ID, the user ID, and the org role ID to…
Update Organization Member Role
Change the role assigned to an existing organization member. Provide the organization ID, the membership ID, and the new…
Remove Organization Member
Remove a member from a Snyk organization, revoking their access. Provide the organization ID and the membership ID.
List Group Policies
List the policies defined at the group level. Snyk policies automate actions on issues — for example ignoring or re-prio…
Create Group Policy
Create a group-level policy that automatically applies an action to issues matching its conditions. Provide the group ID…
Update Group Policy
Update a group-level policy’s name, conditions, or action. Provide the group ID and policy ID.
Delete Group Policy
Delete a group-level policy. Provide the group ID and policy ID.
List Organization Policies
List the policies defined at the organization level. Provide the organization ID.
Create Organization Policy
Create an organization-level policy that automatically applies an action to issues matching its conditions. Provide the…
Get Organization Policy
Retrieve a single organization-level policy by ID, including its conditions and action. Provide the organization ID and…
Update Organization Policy
Update an organization-level policy’s name, conditions, action, or review setting. Provide the organization ID and polic…
Delete Organization Policy
Delete an organization-level policy. Provide the organization ID and policy ID.
List Organization Policy Events
List the events (applications and changes) recorded for an organization-level policy. Provide the organization ID and po…
List Projects
List the monitored projects in a Snyk organization. Projects are the scanned targets (repositories, images, packages) wh…
Get Project
Retrieve a single monitored project by ID, including its target, settings, and metadata. Provide the organization ID and…
Update Project
Update a project’s attributes such as tags, environment, lifecycle, business criticality, or test frequency. Provide the…
Delete Project
Delete a single monitored project, permanently stopping Snyk from tracking it. Provide the organization ID and project I…
Get Project SBOM
Generate a Software Bill of Materials (SBOM) for a monitored project, listing all its dependencies in CycloneDX or SPDX…
Create SBOM Test
Submit an SBOM document to be tested for known vulnerabilities. Provide the organization ID, the SBOM format, and the SB…
Get SBOM Test Status
Check the status of a submitted SBOM test job. Provide the organization ID and job ID.
Get SBOM Test Results
Retrieve the results of a completed SBOM test job, listing the vulnerabilities found in the submitted SBOM. Provide the…
List Group Service Accounts
List the service accounts defined at the group level. Service accounts provide machine credentials for automation agains…
Create Group Service Account
Create a group-level service account for API automation. Provide the group ID, a name, the group role ID, and the authen…
Get Group Service Account
Retrieve a single group-level service account by ID. Provide the group ID and service account ID.
Update Group Service Account
Update a group-level service account, such as renaming it. Provide the group ID and service account ID.
Delete Group Service Account
Delete a group-level service account, revoking its credentials. Provide the group ID and service account ID.
Update Group Service Account Secret
Rotate, create, or delete the secret of a group-level service account. Provide the group ID, service account ID, and the…
List Organization Service Accounts
List the service accounts defined at the organization level. Provide the organization ID.
Create Organization Service Account
Create an organization-level service account for API automation. Provide the organization ID, a name, the org role ID, a…
Get Organization Service Account
Retrieve a single organization-level service account by ID. Provide the organization ID and service account ID.
Update Organization Service Account
Update an organization-level service account, such as renaming it. Provide the organization ID and service account ID.
Delete Organization Service Account
Delete an organization-level service account, revoking its credentials. Provide the organization ID and service account…
Update Organization Service Account Secret
Rotate, create, or delete the secret of an organization-level service account. Provide the organization ID, service acco…
List Targets
List the scan targets in an organization. A target is the source Snyk imports projects from — for example a Git reposito…
Get Target
Retrieve a single scan target by ID, including its source integration and display name. Provide the organization ID and…
Delete Target
Delete a scan target and all of its associated projects from an organization. Provide the organization ID and target ID…
Get User
Retrieve a single user’s profile within an organization by user ID. Provide the organization ID and user ID.
Get Current User
Retrieve the profile of the currently authenticated user or service account, including the user ID, name, email, and def…