Request the status of a transaction in progress or a complete transaction using the uuid as the reference.
Request
GET: https://ip-10-0-1-196.devices.kineticsmart.com:44443/api/v1/transaction.json
Request Parameters
Unlike POST transactions, the GET transaction.json requires the id as a URL parameter and not in JSON in the body.
GET: https://ip-10-0-1-196.devices.kineticsmart.com:44443/api/v1/transaction.json?uuid=0600ee0b-69df-4b77-cbb5-8a20962a75ab
Response
Depending on the state of the transaction, the response will indicate if it is not found, in progress (and the current stage in the transaction workflow) or complete (with all the disarmed transaction data).