v1
latestOpenAPI 3.0.22026-08-061464031.4 MBLinks
Complete a links request
Used to resume a Link register session that was paused because an MFA token was required by the institution.
patch/api/links/
Request body
Example request
{
"session": "6e7b283c6efa449c9c028a16b5c249fa",
"token": "1234ab",
"link": "683005d6-f45c-4adb-b289-f1a12f50f80c",
"save_data": true
}Response
Ok
Example response
{
"id": "0d3ffb69-f83b-456e-ad8e-208d0998d71d",
"institution": "erebor_mx_retail",
"access_mode": "recurrent",
"last_accessed_at": "2021-03-09T10:28:40.000Z",
"created_at": "2022-02-09T08:45:50.406032Z",
"external_id": "56ab5706-6e00-48a4-91c9-ca55968678d9",
"institution_user_id": "sooE7XJWEKypZJR603ecaWYk-8Ap0oD8Nr1pBQ4eG9c=",
"status": "valid",
"created_by": "bcef7f35-67f2-4b19-b009-cb38795faf09",
"refresh_rate": "7d",
"credentials_storage": "27d",
"fetch_resources": [
"ACCOUNTS",
"TRANSACTIONS"
],
"stale_in": "42d"
}