AIXBT Docs

Get Intel by ID

Returns full intel detail including activity history and cluster composition.

GET
/v2/intel/{id}

Path Parameters

id*string

Intel (summary) ID

Response Body

application/json

curl -X GET "https://api.aixbt.tech/v2/intel/string"
{
  "status": 200,
  "data": {
    "id": "string",
    "detectedAt": "2019-08-24T14:15:22Z",
    "reinforcedAt": "2019-08-24T14:15:22Z",
    "description": "string",
    "citations": [
      "string"
    ],
    "projectName": "string",
    "projectId": "string",
    "category": "string",
    "hasOfficialSource": true,
    "sentiment": -1,
    "clusters": [
      {
        "id": "string",
        "name": "string"
      }
    ],
    "activity": [
      {
        "date": "2019-08-24T14:15:22Z",
        "source": "string",
        "clusters": [
          {
            "id": "string",
            "name": "string"
          }
        ],
        "incoming": "string",
        "result": "string",
        "classification": "string",
        "changelog": "string",
        "isOfficial": true,
        "fromSignal": {
          "signalId": "string",
          "projectId": "string",
          "projectName": "string"
        }
      }
    ],
    "clusterComposition": [
      {
        "id": "string",
        "name": "string",
        "percentage": 0
      }
    ]
  }
}
Empty
Empty