v2.0
Generally Available
1curl -G https://api.cable.tech/v2/transaction \2 -H "Authorization: Bearer <token>" \3 -d tx_id=tx_id
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}
Bearer authentication of the form Bearer <token>, where token is your auth token.
Bearer <token>