Alerts
Update alert
Update the details of an existing alert.
PUT
Update an existing alert to modify its details, add context, or reflect workflow progression.
Request structure
string
required
Unique identifier of the alert you want to update. Must be a valid alert ID.
string
Updated title for the alert.
string
Updated description of the alert.
string
Updated status of the alert.
Response structure
string
required
Unique identifier for the alert.
string
The updated title of the alert, if provided.
string
required
The updated description of the alert.
string
required
The type or category of the alert (e.g., “Balance”, “Transaction”, “Identity”).
string
The name or identifier of the user assigned to handle the alert.
array
Array of user identifiers to whom the alert has been escalated.
string
required
The current status of the alert (e.g., “FLAGGED”).
timestamp
required
ISO 8601 formatted timestamp of when the alert was created.
timestamp
required
ISO 8601 formatted timestamp of when the alert was last updated.
array
required
Array of balance IDs affected by this alert.
array
required
Array of identity IDs affected by this alert.
array
required
Array of transaction IDs affected by this alert.