{ "opencollection": "1.0.0", "info": { "name": "Snyk AccessRequests Package API", "version": "REST" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Package", "type": "folder" }, "items": [ { "info": { "name": "Get a package (Early Access)", "type": "http" }, "http": { "method": "GET", "url": "https://api.snyk.io/rest/orgs/:org_id/ecosystems/:ecosystem/packages/:package_name", "params": [ { "name": "version", "value": "2026-03-25", "type": "query", "description": "The requested version of the endpoint to process the request" }, { "name": "org_id", "value": "", "type": "path", "description": "Org ID" }, { "name": "ecosystem", "value": "", "type": "path", "description": "The package ecosystem" }, { "name": "package_name", "value": "", "type": "path", "description": "Package name (URL encoded if needed)" } ] }, "docs": "Get package metadata for a specific package from an ecosystem.\n\n**Important:** The security section of `package_health` refers to the `latest_version` of the package, not all versions. Since the `overall_rating` is computed from all health sections (including security), it is also influenced by the latest version's security data.\n\n**Supported Ecosystems:** npm, pypi, maven, nuget, golang\n\n#### Required permissions\n\n- `View Organization (org.read)`" } ] } ], "bundled": true }