Skip to main content
POST
Create a case (manual)

Authorizations

X-API-KEY
string
header
required

Authorization method required to allow user to access the api endpoints.

Body

application/json
source_type
enum<string>
required
Available options:
risk_screen,
sanctions_screen,
alert_event,
manual
subject
object
required
source_id
string

Required for risk_screen and alert_event (screen_id / event_id).

Maximum string length: 256
title
string
Maximum string length: 200
Example:

"High-risk address detected: 0x742d...bD28"

severity
enum<string>

Required when source_type is manual; inherited from the source otherwise.

Available options:
severe,
high,
medium,
low
assignee
string<email>
Example:

"compliance@example.com"

Response

201 - application/json
id
string
required
workspace_id
string
required
title
string
required
status
enum<string>
required
Available options:
open,
in_review,
resolved
severity
enum<string>
required
Available options:
severe,
high,
medium,
low
source_type
enum<string>
required
Available options:
risk_screen,
sanctions_screen,
alert_event,
manual
subject
object
required
created_at
string
required
updated_at
string
required
viewed
boolean
required

Whether the calling user has opened this case before.

comments
object[]
required
resolution
enum<string> | null
Available options:
dismissed,
escalated
source_id
string | null
assignee
string | null
created_by
string | null
resolved_at
string | null
evidence_summary
object | null
Last modified on August 5, 2026