---
title: "Get Account By Customer Id"
method: GET
path: "/account/customer/{customerId}"
---

# Get Account By Customer Id

`GET /account/customer/{customerId}`

## Path parameters

- `customerId` string, required

## Response `200`

200

- object[]
  - `accountBalance` string
  - `accountManagerName` string
  - `accountManagerPhone` string
  - `accountNumber` string
  - `accountOpeningDate` string
  - `accountType` string
  - `bankSortCode` string
  - `bvn` string
  - `currency` string
  - `customerId` string
  - `fullName` string
  - `lastTransactionDate` string
  - `phoneNumber` string
  - `shortName` string
  - `status` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/openbanking/apis/open-banking-api.md) · [All operations](https://skmtc.net/openbanking/apis/open-banking-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openbanking/open-banking-api/revisions/a60a6fb5a898/schema)
