Tag
The Tag endpoint allows you to get a list of tags.
Get a list of tags.
Query Parameters
Name
Type
Description
{
"list": [
{
"risk_score": 0,
"targets_not": 0,
"tag": "blog",
"type": 2,
"ports": 1,
"targets": 1,
"issues": 1
}
]
}Last updated