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

Response

200

Scan successfully created