Target
The Target endpoint allows you to list all targets, get details about targets, and update details of specific targets.
Last updated
{
"target": {
"recent_scan_ids": [
"id1",
"id2",
"id3",
"id4",
"id5"
],
"target_name": "example",
"date_created": "0000-00-00 00:00",
"ip": "0.0.0.0",
"target_id": 1,
"target": "www.example.com",
"geo": "US-CA",
"scan_id": "id0",
"scan_frequency": 1,
"scan_hour": 1,
"next_scan_date": "0000-00-00 00:00",
"scan_pci": 0,
"scan_network": 0,
"scan_website": 0
}
}{
"code": 404,
"message": "target not found"
}{
"success": 1
}{
"code": 0,
"message": "next_scan_date not valid"
}{
"code": 404,
"message": "target not found"
}