1. Home
  2. Docs
  3. Data Subscriber API Documentation
  4. Endpoints – Banking
  5. GET /accounts/:id/bank

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 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

How can we help?