POST
/
api
/
scan
/
{targetId}
curl --request POST \
  --url https://api.novasec.io/api/scan/{targetId} \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "resolveHosts": true
}'

Authorizations

X-API-Key
string
headerrequired

Path Parameters

targetId
string
required

Body

application/json
resolveHosts
boolean