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"
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.