Postman authentication
How to configure Postman authentication for Snyk API and Web targets
Example scenario
Configure your Postman collection for authentication

pm.test("Token is valid", function () { var jsonData = pm.response.json(); pm.expect(jsonData.valid).to.be.true; });
Test and export the collection
Add or update your Postman target
Configure Postman target authentication
Configure Postman logout detection (optional)
Last updated
Was this helpful?

