Transactions
Get Transactions
GET
https://api.theairr.com/transaction/:transactionType
This endpoint allows you to get all the Transactions in the Organization.
Query Parameters
transactionType
string
Type of the Transaction. Possible values: drawdown, distribution, dividend, investment_transaction, expense, management_fee, loan_received
Headers
X-API-KEY
string
API key for a particular Organization
Get Transaction
GET
https://api.theairr.com/transaction/:transactionType/:transactionId
This endpoint allows you to get information about a particular Transaction.
Query Parameters
transactionId
string
ID of the Transaction
transactionType
string
Type of the Transaction. Possible values: drawdown, distribution, dividend, investment_transaction, expense, management_fee, loan_received
Headers
X-API-KEY
string
API key for a particular Organization
Last updated