Hosts
Get hosts by targetid
Retrieve all hosts of a specific target
GET
/
api
/
hosts
/
{targetId}
Authorization
Path
curl --request GET \
--url https://api.novasec.io/api/hosts/{targetId} \
--header 'X-API-Key: <x-api-key>'
Authorizations
X-API-Key
string
headerrequiredPath Parameters
targetId
string
requiredcurl --request GET \
--url https://api.novasec.io/api/hosts/{targetId} \
--header 'X-API-Key: <x-api-key>'