Returns the list of Account objects that were added in the same bank-login.
Headers
Name | Value |
---|---|
Authorization | Bearer {token} |
Response
Name | Value |
---|---|
accounts | List of JSON objects. |
accounts[].bank | string. Name of the bank for this account. |
accounts[].account_id | int. |
accounts[].account_name | string. The account name, if provided by the bank. |
accounts[].last_opt_in | string. Timestamp of when this account was added (YYYMMDD) |
accounts[].account_type | string. The type of this account (e.g., “checking”). The possible values are at the bottom of this page. NULL values are valid too. |
Status Code
Code | Comment |
---|---|
200 | Request OK. |
401 | User not authorized |