PUT
/
api
/
scan
/
quick
Authorization
Body
curl --request PUT \
  --url https://api.novasec.io/api/scan/quick \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <x-api-key>' \
  --data '{
  "domain": "example.com",
  "resolveHosts": true,
  "targetId": "{targetId}"
}'

Authorizations

X-API-Key
string
headerrequired

Body

application/json
domain
string
resolveHosts
boolean
targetId
string