latestOpenAPI 3.0.02026-07-241220330.3 KB
405799de4d2a
Investigations
Create an Investigation
Manually creates a new Investigation
post/investigations
Request body
Example request
{
"investigation_state": "alert_review",
"investigation_type": "Fraud",
"entity_tokens": [
"P-1GoQALm40nPQSp7UVTJS"
],
"journey_alerts": [
{
"agent_token": "AG-L83m6iTwcXdNg3CHndS4",
"journey_alert_token": "JA-mhjlfS6nZe1G6HuvAKVq",
"outcome": "Dismissed",
"reason": "Passed manual checks",
"note": "My note"
}
],
"investigation_assignee_token": "AG-L83m6iTwcXdNg3CHndS4",
"investigation_name": "Investigation Nick Armstrong",
"note": "My note",
"tags": [
{
"tag_name": "Suspicious Activity"
}
]
}Response
Investigation
Schema required— unresolved $ref