Skip to main content
GET
/
api
/
v1
/
exposure
/
cves
/
{id}
CVE details
curl --request GET \
  --url https://api.defendis.ai/api/v1/exposure/cves/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "cve_id": "CVE-2024-0001",
    "link": "https://nvd.nist.gov/vuln/detail/CVE-2024-0001",
    "references": [],
    "matched_assets": []
  }
}

Authorizations

Authorization
string
header
required

Required for all /api/v1 endpoints. Use Authorization: Bearer <api_key>

Path Parameters

id
string
required

Query Parameters

domainId
integer
domain
string
watchlistId
string
scanRunId
string

Response

200 - application/json

CVE detail response

The response is of type object.