Returns transactions for the accounts associated with a link.
prefetch
was requested when the link was created, or
because of scheduled or on-demand updates. MoneyKit checks for updated account data, including transactions,
periodically throughout the day, but the update frequency can vary, depending on the downstream data provider, the
institution, and whether one or both provide webhook-based updates.refreshed_at
date for this product in the returned response, and compare that against the previous refreshed_at
date, which you can get from any previous response for this or any other account or link request.
If the refreshed_at date
has not increased, then updated data is not yet available.
The access token received from the authorization server in the OAuth 2.0 flow.
The unique ID for this link.
An optional list of account IDs to filter the results.
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.
Successful Response
The response is of type object
.