Snyk · OAuth Scopes

Snyk OAuth Scopes

OAuth 2.0 searched

Snyk uses OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (e.g. client-credentials or role-based authorization) rather than per-scope consent.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

SecurityDevSecOpsVulnerability ManagementApplication SecuritySCASASTContainer SecurityIaC
Scopes: 0 Flows: Method: searched

Scopes (0)

Snyk implements OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (client-credentials or role-based authorization) rather than per-scope consent.

Source

OAuth Scopes

Raw ↑
specification: API Commons OAuth Scopes
specificationVersion: '0.1'
provider: Snyk
providerId: snyk
generated: '2026-08-27'
method: searched
source: https://docs.snyk.io/developer-tools/snyk-api/using-specific-snyk-apis/snyk-apps-apis/scopes-to-request.md
docs: https://docs.snyk.io/developer-tools/snyk-api/using-specific-snyk-apis/snyk-apps-apis/scopes-to-request
description: >-
  Snyk's OAuth2 scopes apply to Snyk Apps, the RFC 6749 authorization-code integration
  path documented at https://docs.snyk.io/developer-tools/snyk-api/oauth2-api and specified
  in openapi/snyk-oauth2-app-openapi.yml and openapi/snyk-oauth2-token-openapi.yml. The
  vocabulary is a strict dotted resource.action hierarchy rooted at org, with 27 published
  scopes. Note two hard constraints Snyk states in the docs: org.read is mandatory and must
  always be requested, and scopes CANNOT be changed after an App is created - a scope change
  means creating a new App with a new clientId/clientSecret and having every user re-authorize.
  These scopes govern Snyk Apps only; personal access tokens and service-account tokens are
  not scoped through this vocabulary.
derivation_note: >-
  derive-oauth-scopes.py found zero oauth2 securitySchemes in the refined REST specs -
  the REST document declares only APIToken (apiKey) and BearerAuth (http bearer), and the
  OAuth2 flow lives in the separate OAuth2 API specs. This file is therefore searched from
  the documented scope reference rather than derived from the spec.
flows:
  - type: authorization_code
    authorization_url: https://app.snyk.io/oauth2/authorize
    token_url: https://api.snyk.io/oauth2/token
    revocation_url: https://api.snyk.io/oauth2/revoke
    pkce: supported
    note: >-
      Snyk documents a PKCE quick-setup path. /oauth2/authorize is served from the app
      subdomain; /token and /revoke from the API subdomain.
  - type: refresh_token
    token_url: https://api.snyk.io/oauth2/token
  - type: client_credentials
    token_url: https://api.snyk.io/oauth2/token
    note: >-
      Present as a grant_type discriminator in the published token spec. No refresh_token
      is issued for client_credentials grants.
scope_count: 27
mandatory_scopes:
  - org.read
scopes:
  - name: org.read
    description: View Organization information and settings.
    required: true
  - name: org.edit
    description: Edit Organization information and settings.
  - name: org.report.read
    description: View reports in your Organization.
  - name: org.project.create
    description: Add new Projects.
  - name: org.project.read
    description: View Project information and settings and view Organization targets.
  - name: org.project.edit
    description: Edit Project information.
  - name: org.project.delete
    description: Permanently remove Projects and permanently remove Organization targets.
  - name: org.project.status
    description: Activate and deactivate Projects.
  - name: org.project.test
    description: Test Projects.
  - name: org.project.ignore.create
    description: Create new Project ignores.
  - name: org.project.ignore.read
    description: View Project ignore information.
  - name: org.project.ignore.edit
    description: Configure Project ignores.
  - name: org.project.ignore.delete
    description: Permanently remove Project ignores.
  - name: org.project.attributes.edit
    description: Apply and remove project attributes.
  - name: org.project.tag.edit
    description: Create, apply and remove Project tags.
  - name: org.project.pr.create
    description: Create fix pull requests for Projects.
  - name: org.project.pr.skip
    description: Skip failed security tests on pull requests by marking checks as successful.
  - name: org.project.jira.issue.read
    description: View Jira issue information.
  - name: org.project.jira.issue.create
    description: Create new Jira issues.
  - name: org.project.snapshot.read
    description: View project dependencies, vulnerabilities, and other information obtained by scanning Projects.
  - name: org.package.test
    description: Test packages in ecosystems supported by Snyk.
  - name: org.container_image.read
    description: View container images.
  - name: org.collection.create
    description: Create a collection of Projects.
  - name: org.collection.read
    description: View Project collections.
  - name: org.collection.edit
    description: Add and remove Projects from collections.
  - name: org.collection.delete
    description: Delete Project collections.
constraints:
  - >-
    Scopes are immutable for the lifetime of a Snyk App. Changing them requires creating a
    new App and re-authorizing every installed user.
  - >-
    A user can only complete authorization if they personally hold every permission the
    requested scopes imply, so over-requesting blocks installs outright.
maintainers:
  - FN: Kin Lane
    email: kin@apievangelist.com

Work with this as data

Every scope set here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for oauth scopes

4 MCP tools reach this
  • find_scopesBrowse and filter every scope set in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This scope set
curl "https://apis.io/api/v1/scopes/snyk-scopes"
All oauth scopes
curl "https://apis.io/api/v1/scopes?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.