Editing bank credentials

You need a logged in User with a synchronized item to use this functionality.

This process will edit an Item's credentials.

The funnel is completely hosted as a web application by Bridge.
The following endpoint returns the URL to the funnel, with a token identifying your App and the User:

## Get edit item url
curl "https://sync.bankin.com/v2/connect/items/edit/url?client_id=<my_client_id>&client_secret=<my_client_secret>&item_id=<my_item_id>" \
     -H 'Authorization: Bearer <returned_access_token>' \
     -H 'Bankin-Version: 2018-06-15'

The response should return the URL to the funnel:

{
  "redirect_url": "https://connect.bridgeapi.io/?item=<my_item_id>&token_uuid=<authentication_token>"
}

Calling the redirect_url URL will start the funnel.