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
200Retrieved
1{
2 "tx_id": "string",
3 "first_seen": "2024-01-15T09:30:00Z",
4 "last_seen": "2024-01-15T09:30:00Z",
5 "organization_id": "string"
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.

Query parameters

tx_idstringRequired
The unique identifier of the transaction

Response

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

Errors

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