cURL
curl --request GET \ --url https://api.example.com/partner/dashboards/vulnerability/cve
{ "cve_items": [ { "id": "<string>", "title": "<string>", "cve_score": 123, "cve_risk": "<string>", "published_date": "<string>", "affected_targets": "<string>", "num_affected_targets": 123 } ] }
Returns CVE information for the instance associated with the access token.
The CVE information includes details such as CVE ID, description, severity, affected assets, and remediation steps.
Required headers:
Authorization: access_token {token}
OK
Represents a list of Common Vulnerabilities and Exposures (CVE) items.
List of CVE items.
Show child attributes