GET
/
mac-address
/
cve
/
list
curl --request GET \
  --url https://api.altostrat.io/scans/cve/mac-address/cve/list \
  --header 'Authorization: Bearer <token>'
[
  {
    "mac_address": "<string>",
    "total_scans": 123,
    "total_cve_instances": 123,
    "stats": {
      "unique_cve_count": 123,
      "highest_score": 123,
      "average_score": 123
    }
  }
]

Authorizations

Authorization
string
header
required

Authentication token obtained via Altostrat platform login.

Response

200
application/json

A list of MAC addresses with CVE summary statistics.

The response is of type object[].