get https://{environment}.{server}.com/v3/transaction/search
Get a collection of transactions matching the supplied criteria. At least one parameter is required.
Specify the search in the URL query string. Possible query keys are below Example: GET [base_url]transaction/search?date=2022-03-22&amount=1.02 will get all transactions run on the 22nd of march 2022 for $1.02.