GET
/
tags
curl --request GET \
  --url https://threat-intel-api.abusix.com/beta/tags
{
  "status": "success",
  "statusCode": 200,
  "result": [
    {
      "name": "<string>",
      "intent": "malicious",
      "category": "activity",
      "description": "<string>"
    }
  ]
}

Query Parameters

includeDescriptions
boolean

Include the full description in the response or not. Default is false.

Response

200 - application/json
Get all tags
status
enum<string>
required
Available options:
success
statusCode
number
required
Required range: x > 0
Example:

200

result
object[]
required