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.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
Path Parameters
The unique ID for this link.
Query Parameters
An optional list of account IDs to filter the results.
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
A list of transactions.
A list of accounts for which transactions are being returned.
The link that these accounts belong to.
{
"link_id": "mk_eqkWN34UEoa2NxyALG8pcV",
"institution_id": "chase",
"institution_name": "Chase",
"provider": "mx",
"state": "connected",
"last_synced_at": "2023-02-16T09:14:11",
"tags": ["user_type:admin"],
"products": {
"accounts": {
"refreshed_at": "2023-02-16T09:14:11",
"last_attempted_at": "2023-02-16T09:14:11"
},
"identity": {
"refreshed_at": "2023-02-16T09:14:11",
"last_attempted_at": "2023-02-16T09:14:11",
"settings": { "required": true, "prefetch": false }
}
}
}