v1

latestOpenAPI 3.0.0Proprietary2026-07-244990150.4 KB
Threat Briefs

List Categories

Returns the list of available article categories.

get/v3/articles/categories

Response

List of article categories.

idstring uuid

Unique category identifier.

labelstring

Display label for the category.

valuestring

Machine-readable category value.

colorstring

Hex color code for the category.

Example response

[
  {
    "label": "Threat Intelligence",
    "value": "threat-intelligence",
    "color": "#FF5733"
  }
]