v1

latestOpenAPI 3.0.02026-07-241220330.3 KB
Investigations

Assign Investigations

Assigns one or more Investigations to an Agent

put/investigations/assign

Request body

agent_tokenstring
investigation_tokensstring[]

Example request

{
  "agent_token": "AG-L83m6iTwcXdNg3CHndS4",
  "investigation_tokens": [
    "INV-EAx2xoAsqF1ibKTQzkXV"
  ]
}

Response

Success

errorobject nullable