Transactions
Get Transaction
Fetch transaction details by ID
GET
/
api
/
v1
/
transaction
/
{transactionID}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
transactionID
string
requiredID of the transaction to fetch
Response
200 - application/json
message
string
requiredtransaction
object
required