List account transactions
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
tokenstringRequired
Token to identify the connection
Query parameters
fromstring · dateOptional
The initial date from which transactions are fetched. Inclusive
tostring · dateOptional
The last date up to which transactions are fetched. Inclusive
limitstringOptionalDefault:
Max number of transactions to fetch
1000Example: 1000pagestringOptionalDefault:
Page number to fetch starting from 0
0Example: 0Responses
200
Successfully retrieved all account transactions
application/json
401
Invalid credentials
application/json
404
Connection not found with the given token for the current app
application/json
500
Internal server error
application/json
get
/api/v1/queries/connections/{token}/accounts/transactionsAccount transaction types
Type
Description
Last updated