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
Transaction suspicious activity data to add.
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.
detection_datedatetimeRequired
Timestamp at which suspicious activity was detected on a transaction. This should be in the ISO 8601 format.
timestampdatetimeRequired
The time of the transaction suspicious activity. This should be in ISO 8601 format. When adding a new transaction suspicious activity, this field represents the detection time. When updating a transaction suspicious activity, this represents the time of the update.
report_idstringOptional
Unique identifier for a transaction suspicious activity report for which the suspicious activity belongs to.
report_filed_atdatetimeOptional
The time of the transaction suspicious activity report was filed. This should be in ISO 8601 format.
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.
additional_propertieslist of objectsOptional
Additional metadata that relates to a transaction suspicious activity.
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.
timestampdatetime
The time of the transaction suspicious activity. This should be in ISO 8601 format. When adding a new transaction suspicious activity, this field represents the detection time. When updating a transaction suspicious activity, this represents the time of the update.
detection_datedatetime
Timestamp at which suspicious activity was detected on a transaction. This should be in the ISO 8601 format.
report_idstring
Unique identifier for a transaction suspicious activity report for which the suspicious activity belongs to.
report_filed_atdatetime
The time of the transaction suspicious activity report was filed. This should be in ISO 8601 format.
related_tx_idslist of strings
Unique identifiers for transactions for which the suspicious activity relates to.
related_alert_idstring
Unique identifier for a transaction alert for which the suspicious activity relates to.
additional_propertieslist of objects
Additional metadata that relates to a transaction suspicious activity.