---
title: "Get Account By Email"
method: GET
path: "/account/getAccountByEmail/{email}"
---

# Get Account By Email

`GET /account/getAccountByEmail/{email}`

## Path parameters

- `email` 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
- `403` — 403
- `404` — 404

---

[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/versions/a60a6fb5a898/schema)
