Transaction: GET
Retrieves information about a specific Transaction.
Request
To get information about a transaction, make a GET request using bearer authentication to:
/api/transaction/<id>
where <id> is the transaction's unique id.
Response
A JSON representation of the Transaction.