Authentication for API
How to obtain your personal token
How to use a Snyk API token
curl --request GET \
--url "https://api.snyk.io/rest/self?version=2024-06-10" \
--header "Content-Type: application/vnd.api+json" \
--header "Authorization: token API_TOKEN"Last updated
Was this helpful?

