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
https://api.snyk.io/api/v1
Auth type
API Key Header
Auth header
Authorization: token YOUR_SNYK_TOKEN
Rate limit
480 requests/min
Pricing
Free tier available
Free quota
Unlimited open-source tests
Documentation
https://api.snyk.io/api/v1
Endpoint status
Server online — HTTP 404 — server is online but path returned an error (may require auth)770ms
(checked Mar 29, 2026)
Builder score
B
73%
builder-friendly
API key in the Authorization header
Authorization: token YOUR_SNYK_TOKEN
| Plan | Price/mo | Included |
|---|---|---|
| Free | Free | 200 private tests/mo, unlimited open source |
| Team | $25 | Per dev/mo, advanced security |
| Business | $50 | Per dev/mo, enterprise controls |
| Enterprise | $0 | Custom pricing |
Free: unlimited open-source tests, 200 private tests/mo. Team: $25/mo per dev. Business: $50/mo per dev. Enterprise: custom.
| Method | Path | Description |
|---|---|---|
| POST | /group/{groupId}/audit |
Get group level audit logs |
| GET | /group/{groupId}/members |
List all members in a group |
| POST | /group/{groupId}/org/{orgId}/members |
Add a member to an organization within a group |
| GET | /group/{groupId}/orgs |
List all organizations in a group |
| GET | /group/{groupId}/roles |
List all roles in a group |
| GET | /group/{groupId}/settings |
View group settings |
| PUT | /group/{groupId}/settings |
Update group settings |
| GET | /group/{groupId}/tags |
List all tags in a group |
curl -X GET 'https://api.snyk.io/api/v1/group/{groupId}/audit' \
-H '# No auth required'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official Snyk documentation.