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 >= 1The number of items to return per page.
1 <= x <= 100The 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 total number of results for this query.
82
The page number corresponding to this batch of results.
1
The number of results in this batch.
50