POST
/
api
/
scans
/
new
curl --request POST \
  --url https://shield.attaxa.com/api/scans/new \
  --header 'Content-Type: application/json' \
  --data '{
  "target": "<string>",
  "scanMode": "<string>",
  "headers": {
    "Authorization": "Bearer token",
    "X-Custom-Header": "custom value"
  },
  "userAgent": "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
}'

Body

application/json
target
string

The target URL, Apex Domain or IP to be scanned

scanMode
string

The scan mode or type to be used

headers
object

Optional HTTP headers to include in the scan

userAgent
string

Optional User-Agent string to use for scanning