Scan
The Scan endpoint allows you to launch scans, get details about scans, and list/cancel scans that currently in progress.
Get a list of scans.
Query Parameters
Name
Type
Description
{
"list": [
{
"scan": {
"date": "0000-00-00 00:00",
"scan_id": "id1"
},
"target": {
"target_name": "",
"target_id": 1,
"target": "www.example.com"
}
}
]
}Get the details of a scan.
Query Parameters
Name
Type
Description
Launch a scan on a given target.
Query Parameters
Name
Type
Description
Get a list of active scans.
Query Parameters
Name
Type
Description
Cancel a scan that is currently in progress.
Query Parameters
Name
Type
Description
Last updated