API Documentation

GET /accounts/:id/bank

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 Name of the bank for this account.
accounts[].account_id int.
accounts[].account_name The account name, if provided by the bank.
accounts[].last_opt_in Timestamp of when this account was added (YYYMMDD).
accounts[].account_type 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.