Get Transactions by Company

Get all transactions for a company with optional filters

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

entityIdstringRequired
entity ID

Response

List of transactions
idstring or null
entityIdstring or null
timestampstring or nullformat: "date-time"
amountdouble or null
currencystring or null
descriptionstring or null
debitAccountIdstring or null
creditAccountIdstring or null
statusenum or null
Allowed values:
metadataobject or null

Errors