Connecting to the Snyk API using an application like Postman 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!