Contact Us
Knowledge BaseProduct UpdatesAPI Documentation
Knowledge BaseProduct UpdatesAPI Documentation
    • Getting Started
  • API Reference
Contact Us
LogoLogo
API ReferenceTransactions

GET
https://api.cable.tech/v2/transaction
GET
/v2/transaction
1curl -G https://api.cable.tech/v2/transaction \
2 -H "Authorization: Bearer <token>" \
3 -d tx_id=tx_id
Try it
1{
2 "tx_id": "tx_id",
3 "first_seen": "2024-01-15T09:30:00Z",
4 "last_seen": "2024-01-15T09:30:00Z",
5 "organization_id": "organization_id"
6}
Was this page helpful?
Previous

Add a new transaction

Next
Built with
Check if a transaction exists

Authentication

AuthorizationBearer

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

Headers

AuthorizationstringRequired

Query Parameters

tx_idstringRequired
The unique identifier of the transaction

Response

Transaction exists
tx_idstring or null
The unique identifier of the transaction
first_seendatetime or null
This represents the earliest timestamp associated with the transaction
last_seendatetime or null
This represents the latest timestamp associated with the transaction
organization_idstring or null
The organization ID for which the transaction was found

Errors