LogoLogo
DocsSupportDashboard
  • Introduction
    • Data Types
    • Target Filtering
    • Scan Selection
    • Pagination & Sorting
    • Permissions
    • Appendix
  • Authentication
  • Webhooks
  • Events
  • Appendix
    • Targets Filter
    • Date Match
    • IP Range
  • Endpoints
    • Discovery
    • Target
    • Scan
    • Issue
    • Tag
    • Port
    • DNS
    • HTTP
    • Whois
    • Technology
    • Website
    • Acknowledged
    • Event
    • Dark Web
    • Integration
    • PCI
    • Report
    • User
    • Account
    • Security
    • File
    • Work
Powered by GitBook

© 2024 Halo Security

On this page

Was this helpful?

  1. Endpoints

Tag

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

PreviousIssueNextPort

Last updated 7 months ago

Was this helpful?

Get a list of tags.

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

Returns a paginated list of tags.

Query Parameters

Name
Type
Description

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
        }
    ]
}
https://www.halosecurity.com/user/security/tags/