# Snyk API **Provider:** Snyk **Category:** security **Base URL:** `https://api.snyk.io/api/v1` **Auth:** api-key — `Authorization: token YOUR_SNYK_TOKEN` **Rate Limit:** 480 requests/min **Free Tier:** Yes — [object Object] **Pricing:** Free tier available (freemium) **Docs:** https://api.snyk.io/api/v1 ## Description The Snyk API is available to customers on Business and Enterprise plans and allows you to programatically integrate with Snyk. REST API We are in the process of building a new, improved API (https://api.snyk.io/rest) built using the OpenAPI and JSON API standards. We ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | POST | `https://api.snyk.io/api/v1/group/{groupId}/audit` | Get group level audit logs | | GET | `https://api.snyk.io/api/v1/group/{groupId}/members` | List all members in a group | | POST | `https://api.snyk.io/api/v1/group/{groupId}/org/{orgId}/members` | Add a member to an organization within a group | | GET | `https://api.snyk.io/api/v1/group/{groupId}/orgs` | List all organizations in a group | | GET | `https://api.snyk.io/api/v1/group/{groupId}/roles` | List all roles in a group | | GET | `https://api.snyk.io/api/v1/group/{groupId}/settings` | View group settings | | PUT | `https://api.snyk.io/api/v1/group/{groupId}/settings` | Update group settings | | GET | `https://api.snyk.io/api/v1/group/{groupId}/tags` | List all tags in a group | ## Authentication API key in the Authorization header ``` Authorization: token YOUR_SNYK_TOKEN ``` ## Sample Request ```bash curl -X GET 'https://api.snyk.io/api/v1/group/{groupId}/audit' \ -H '# No auth required' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: unlimited open-source tests, 200 private tests/mo. Team: $25/mo per dev. Business: $50/mo per dev. Enterprise: custom. --- *Source: [API Map](https://apimap.dev/apis/snyk/) — CC BY 4.0*