For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
An array of transaction suspicious activity update payloads. Each payload must include the ‘suspicious_activity_id’ to identify the suspicious activity and can include any other fields that need to be updated. The ‘timestamp’ field represents the time of update.
suspicious_activity_idstringRequired
Unique identifier for a suspicious activity belonging to a transaction. This is the primary key for a transaction suspicious activity and should be unique across all transaction suspicious activities. Updates to a transaction suspicious activity should be made using this identifier.
timestampdatetimeRequired
When the suspicious activity was detected in your system, in ISO 8601 format.
is_testbooleanOptionalDefaults to false
If the transaction suspicious activity is test data, this should be set to true
detection_datedatetimeOptional
Timestamp at which suspicious activity was detected on a transaction in ISO 8601 format. Use the actual detection time, not the current timestamp.
report_idstringOptional
Unique identifier for a transaction suspicious activity report for which the suspicious activity belongs to.
report_filed_atdatetimeOptional
The time the transaction suspicious activity report was filed in ISO 8601 format. Use the actual filing time, not the current timestamp.
related_tx_idslist of stringsOptional
Unique identifiers for transactions for which the suspicious activity relates to.
related_alert_idstringOptional
Unique identifier for a transaction alert for which the suspicious activity relates to.