Get User Transactions
Fetches transactions for a user. This endpoint fetches all transactions for a user across all of their links. You can use it to retrieve transactions from any or all accounts at once, regardless of which institution they belong to.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
Path Parameters
The unique ID for this user. This is the same ID provided in the call to /link-session to create any link for this user.
Query Parameters
If present, filters results to transactions in accounts matching the given IDs.
If present, filters results to transactions at institutions matching the given IDs.
The page number to return.
x >= 1
The number of items to return per page.
1 <= x <= 100
The earliest date for which data should be returned, formatted as YYYY-MM-DD. Defaults to 90 days before the end_date
. If you want to retrieve all transactions, use 1900-01-01
.
The latest date for which data should be returned, formatted as YYYY-MM-DD. Defaults to today.
Response
Successful Response
The response is of type object
.