Connecting to the Snyk API using an application like Postman or Thunder Client is easy!
- Set the GET request to the Snyk API:
https://snyk.io/api/v1/
- Under the Authorization tab, select Type: API Key
- In the Key field, type:
Authorization
- In the Value field, type:
token <API_KEY>
- Click Send!
Postman Collection
Note: See also https://www.postman.com/collections/eae4af226db5bf2462aa
A Postman collection (view github gist) containing all Snyk API endpoints is available and can be imported into Postman as well as Thunder Client.