Note that this endpoint does not trigger a fetch of account numbers from the institution; it merely returns
account numbers that have already been fetched, either because
prefetch was requested when the link was created, or
because of an on-demand update.To force a check for new/updated account numbers, you must use the /products endpoint.
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.
Response
Successful Response
Example:
{
"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 }
}
}
}