Check if a transaction alert exists

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

alert_idstringRequired
The unique identifier of the transaction alert

Response

Transaction alert exists
alert_idstring or null
The unique identifier of the transaction alert
first_seenstring or nullformat: "date-time"
This represents the earliest timestamp associated with the transaction alert
last_seenstring or nullformat: "date-time"
This represents the latest timestamp associated with the transaction alert
organization_idstring or null
The organization ID for which the transaction alert was found

Errors