---
title: "Get Consumer Bank Accounts"
method: GET
path: "/v2/consumers/{consumer_id}/accounts/"
tags: ["consumers"]
---

# Get Consumer Bank Accounts

`GET /v2/consumers/{consumer_id}/accounts/`

## Path parameters

- `consumer_id` string, required

## Query parameters

- `limit` integer
- `offset` integer
- `search` string

## Headers

- `Authorization` string, required

## Response `200`

- ConsumersGetConsumerBankAccountsResponse200
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` BankAccountV2[], required
    - `id` string
    - `consumer_id` string
    - `bank_name` string, nullable, required
    - `balance` string
    - `account_name` string, required
    - `account_type` string, required
    - `account_number` string
    - `account_routing_number` string
    - `is_primary` boolean, required
    - `is_active` boolean

---

[API](https://skmtc.net/upwardli/apis/api-reference.md) · [All operations](https://skmtc.net/upwardli/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/upwardli/api-reference/revisions/8a237f1f704f/schema)
