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

Authorizations

X-API-Key
string
header
required

Path Parameters

ip
string
required

get the ip

Response

200
application/json
OK
data
object
message
string
success
boolean