Retrieve a single fee
GET/api/fee_transaction_details/:id
The endpoint is designed to retrieve the details of a single fee based on a specific fee ID.
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.