Skip to main content
PUT
Update an existing alert to modify its details, add context, or reflect workflow progression.

Request structure

alert_id
string
required
Unique identifier of the alert you want to update. Must be a valid alert ID.
title
string
Updated title for the alert.
description
string
Updated description of the alert.
status
string
Updated status of the alert.

Response structure

anomaly_id
string
required
Unique identifier for the alert.
title
string
The updated title of the alert, if provided.
description
string
required
The updated description of the alert.
type
string
required
The type or category of the alert (e.g., “Balance”, “Transaction”, “Identity”).
assigned_to
string
The name or identifier of the user assigned to handle the alert.
escalated_to
array
Array of user identifiers to whom the alert has been escalated.
status
string
required
The current status of the alert (e.g., “FLAGGED”).
created_at
timestamp
required
ISO 8601 formatted timestamp of when the alert was created.
updated_at
timestamp
required
ISO 8601 formatted timestamp of when the alert was last updated.
affected_balances
array
required
Array of balance IDs affected by this alert.
affected_identities
array
required
Array of identity IDs affected by this alert.
affected_transactions
array
required
Array of transaction IDs affected by this alert.

Need help?

We are very happy to help you make the most of Blnk, regardless of whether it is your first time or you are switching from another tool. To ask questions or discuss issues, please contact us or join our Discord community.