A valid request URL is required to generate request examples
{ "transactions": [ { "transactionId": "<string>", "accountId": "<string>", "amount": 123, "date": "<string>", "isoCurrencyCode": "<string>", "originalDescription": "<string>", "pending": true, "unofficialCurrencyCode": "<string>", "category": [ "<string>" ], "merchantName": "<string>" } ], "nextCursor": "<string>", "count": 123 }
Returns transactions from linked account data with filtering, pagination, and sorting
API authentication token
Show child attributes
ORDER_BY_UNSPECIFIED
ORDER_BY_TIME
ORDER_BY_AMOUNT
ORDER_DIRECTION_UNSPECIFIED
ORDER_DIRECTION_DESC
ORDER_DIRECTION_ASC
A successful response.