cURL
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>" } ] }
Include the full description in the response or not. Default is false.
Get all tags
The response is of type object.
object