AIXBT Docs

List Intel Categories

Returns all active intel categories with id, name, and description. Use category names with the categories parameter on the /intel endpoint to filter intel by category.

GET
/v2/intel-categories

Response Body

application/json

curl -X GET "https://api.aixbt.tech/v2/intel-categories"
{
  "status": 200,
  "data": [
    {
      "id": "string",
      "name": "string",
      "description": "string"
    }
  ]
}
Empty