---
title: "Get Customer Accounts"
method: GET
path: "/customers/{customerId}/accounts"
tags: ["Customers", "Accounts"]
---

# Get Customer Accounts

`GET /customers/{customerId}/accounts`

## Path parameters

- `customerId` integer, required

## Response `200`

successful operation

- Account[]
  - `id` integer
  - `customerId` integer
  - `balance` number
  - `type` 'CHECKING' | 'SAVINGS' | 'LOAN'

---

[API](https://skmtc.net/parasoft/apis/the-parabank-services-proxy-rest-api.md) · [All operations](https://skmtc.net/parasoft/apis/the-parabank-services-proxy-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/parasoft/the-parabank-services-proxy-rest-api/versions/dde8a8455a0b/schema)
