GET
/
v1
/
hosts
/
cves
/
{ip}
/
{cve}
curl --request GET \
  --url https://api.odin.io/v1/hosts/cves/{ip}/{cve} \
  --header 'X-API-Key: <api-key>'
{
  "data": {},
  "message": "<string>",
  "success": true
}

Authorizations

X-API-Key
string
header
required

Path Parameters

ip
string
required

host ip ip

cve
string
required

cve id

Response

200
application/json
OK
data
object
message
string
success
boolean