Skip to main content

Connected Accounts

With this connected accounts endpoint, all connected accounts with the finacial institution are returned via the App publickey's and the app private's key passed.

What happens?​

The object response from the Get Connected Account when triggered is shown below:

[
{
"_id": "69485732859",
"fullName": "John Doe"
},
{
"_id": "69486810859",
"fullName": "Jane Doe"
}
]

Account Fields​

FieldDescriptionType
_idThe unique identifier for the accountstring
fullNameThe string representing the account's namestring