Retrieve a single account transaction
GET/api/transactions/:id
This API endpoint is tailored to retrieve detailed information about an individual transaction, serving as a valuable tool for accessing specific transaction data within your system.
Request
Responses
- 200
- 401
- 403
- 404
OK - The request was processed successfully.
Unauthorised -- Your access token is wrong.
Forbidden -- Access to the requested resource or action is forbidden.
Not Found -- The requested resource could not be found.