PUT
/
api
/
cnamex
/
scan
Authorization
Body
curl --request PUT \
  --url https://api.novasec.io/api/cnamex/scan \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <x-api-key>' \
  --data '{
  "delay": 123,
  "headers": "X-Header: test;; Cookies: SESS_ID=eyJ...",
  "targetId": "{targetId}",
  "timeout": 7,
  "vulnerabilityScanId": "{vulnerabilityScanId}"
}'

Authorizations

X-API-Key
string
headerrequired

Body

application/json
delay
integer
headers
string
targetId
string
timeout
integer
vulnerabilityScanId
string