v1

latestOpenAPI 3.0.02026-07-241220330.3 KB
Investigations

Get list of assignable agents

Returns all available agents

get/investigations/assignable-agents

Response

Success

agent_tokenstring
first_namestring
last_namestring

Example response

[
  {
    "agent_token": "AG-L83m6iTwcXdNg3CHndS4",
    "first_name": "Mike",
    "last_name": "Alloy"
  }
]