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

NameTypeDescription

sort

Integer

0

= none (default)

sort_desc

Integer

0 = No (default)

1 = Yes

type

Integer

0 = Return all (default)

1 = Return type Auto

2 = Return type Custom

3 = Return type Filter

tag

String

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

Last updated