Regardless of the financial institution you want to integrate with, the API remains the same.
1curl -X POST https://sandbox.withbrank.com/accounts2-H 'Content-Type: application/json'3-d '{4 "link_token": "your_link_token goes here",5 "access_token": "your app access token goes here",6}'