Alerts
Create alert
Create a new alert by flagging an entity.
POST
Create a new alert programmatically. This lets you trigger, manage, and integrate alerts directly into your application logic.Documentation Index
Fetch the complete documentation index at: https://guide.cloud.blnkfinance.com/llms.txt
Use this file to discover all available pages before exploring further.
Request structure
Unique identifier of the entity to flag. Must be a valid balance, transaction, or identity ID.
Optional. A brief title for the alert.
Required. A detailed description of the alert.
Response structure
Unique identifier for the alert.
The title of the alert, if provided.
The description of the alert.
The type or category of the alert (e.g., “Balance”, “Transaction”, “Identity”).
The name or identifier of the user assigned to handle the alert.
Array of user identifiers to whom the alert has been escalated.
The current status of the alert (e.g., “FLAGGED”).
ISO 8601 formatted timestamp of when the alert was created.
ISO 8601 formatted timestamp of when the alert was last updated.
Array of balance IDs affected by this alert.
Array of identity IDs affected by this alert.
Array of transaction IDs affected by this alert.