v1

latestOpenAPI 3.1.12026-07-242899061.7 MB
Common

Available Threat Maps

List all threat maps accessible to the current API token with their organization IDs and map types.

get/maps

Response

OK

Example response

{
  "data": [
    {
      "name": "Threat Actors Map for Organization XPTO",
      "type": "actors",
      "organization": {
        "id": "uhash:DncskA",
        "name": "XPTO"
      },
      "url": "/threat/map/uhash:DncskA/actors"
    }
  ]
}