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

Authorizations

X-API-Key
string
headerrequired

Body

application/json
domain
string
resolveHosts
boolean