This example describes how to check if there are any vulnerabilities in the current organization.
-
- Run the following request:
curl -X GET https://api.radar.f-secure.com/api/integration/vulnerabilities/any
-H ‘Content-Type: application/json’
-H ‘ApiAccessKey: {ApiAccessKey}’
-H ‘ApiSecretKey: {ApiSecretKey}’
A HTTP boolean response with status code 200 indicates if there are any vulnerabilities found within the current organization.