Quick Scans
Start quickscan on targetid
Initiate a new host discovery scan on your specific target
POST
/
api
/
scan
/
{targetId}
Authorization
Path
Body
curl --request POST \
--url https://api.novasec.io/api/scan/{targetId} \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <x-api-key>' \
--data '{
"resolveHosts": true
}'
Authorizations
X-API-Key
string
headerrequiredPath Parameters
targetId
string
requiredBody
application/json
resolveHosts
boolean
curl --request POST \
--url https://api.novasec.io/api/scan/{targetId} \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <x-api-key>' \
--data '{
"resolveHosts": true
}'