Tag

The Tag endpoint allows you to get a list of tags.

Get a list of tags.

GET https://api.halosecurity.com/api/v1/tag/list.json

Returns a paginated list of tags.

https://www.halosecurity.com/user/security/tags/

Query Parameters

{
    "list": [
        {
            "risk_score": 0,
            "targets_not": 0,
            "tag": "blog",
            "type": 2,
            "ports": 1,
            "targets": 1,
            "issues": 1
        }
    ]
}

Last updated