Scans
Post new scan
POST
/
api
/
scans
/
new
Copy
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
Copy
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)"
}'
Assistant
Responses are generated using AI and may contain mistakes.