Check if a transaction check exists

Authentication

AuthorizationBearer

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

Query parameters

check_idstringRequired
The unique identifier of the transaction check

Response

Transaction check exists
check_idstringOptional
The unique identifier of the transaction check
first_seendatetimeOptional
This represents the earliest timestamp associated with the transaction check
last_seendatetimeOptional
This represents the latest timestamp associated with the transaction check
organization_idstringOptional
The organization ID for which the transaction check was found

Errors

401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error