v1
latestOpenAPI 3.0.22026-08-061464031.4 MBLinks
Update a link's credentials
Update the credentials of a specific link. If the successfully updated link is a recurrent one, we automatically trigger an update of the link. If we find fresh data, you'll <a href="https://developers.belvo.com/docs/webhooks" target="_blank">receive historical update</a> webhooks.
👍 Use our Connect Widget
We recommend using our <a href="https://developers.belvo.com/docs/connect-widget" target="_blank">Connect Widget</a> to handle updating <code>invalid</code> or <code>token_required</code> links.
put/api/links/{id}/
Path parameters
idstring uuid required
The link.id you want to update.
Request body
Example request
{
"password": "password",
"password2": "pin",
"token": "1234ab"
}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"
}