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​
Field | Description | Type |
---|---|---|
_id | The unique identifier for the account | string |
fullName | The string representing the account's name | string |