---
title: "Get Account by Id"
method: GET
path: "/accounts/{accountId}"
tags: ["Accounts"]
---

# Get Account by Id

`GET /accounts/{accountId}`

## Path parameters

- `accountId` 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/revisions/dde8a8455a0b/schema)
