next_cursor value. In subsequent calls, include that value to receive only changes that have occurred since the previous call.
Large numbers of transactions will be paginated, and the has_more field will be true. You should continue calling this endpoint with each new next_cursor value until has_more is false.
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.transactions.updates_available webhook will alert you when new data is 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
A cursor value representing the last update requested. If included, the response will only return changes after this update. If omitted, a complete history of updates will be returned. This value must be stored by the client as we do not keep track of customer cursors.
The number of items to return.
1 <= x <= 500Response
Successful Response
list of created, updated and removed transactions.
Pagination information
This condition indicates the presence of transaction updates exceeding the requested count. If true, additional updates can be retrieved by making an additional request with cursor set to next_cursor.
The link that these transactions 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 }
}
}
}