get https://api.fire.com/business/v3/accounts//transactions
This endpoint will retrieve a list of transactions against an account. Initially, use the optional limit
, dateRangeFrom
and dateRangeTo
query params to limit your query, then use the embedded next
or prev
links in the response to get newer or older pages. You will need to enable PERM_BUSINESS_GET_ACCOUNT_TRANSACTIONS to use this endpoint.