---
title: "List account"
method: GET
path: "/account"
tags: ["account"]
---

# List account

`GET /account`

## Query parameters

- `local_account_number` string
- `country` string — ISO-3166-1 Alfa-2 country code
- `currency` string — ISO-4217 currency code

## Response `200`

Success listed account

- Account[]
  - `id` string, uuid
  - `local_account_number` string — The account number
  - `balance` number, double — String encoded decimal number
  - `currency` string — ISO-4217 currency code
  - `country` string — ISO-3166-1 Alfa-2 country code
  - `active` boolean — Account active flag

## Other responses

- `401` — Unauthorized access due to missing or invalid API key
- `403` — Permission denied for the requested action.
- `404` — The requested resource does not exist.
- `405` — The HTTP method used is not allowed for this endpoint.
- `406` — The Accept header cannot be satisfied.
- `415` — The request's content type is not supported.
- `429` — Too many requests, the request has been throttled.
- `500` — A generic internal API error occurred.

---

[API](https://skmtc.net/prometeoapi/apis/account-validation-v2.md) · [All operations](https://skmtc.net/prometeoapi/apis/account-validation-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/prometeoapi/account-validation-v2/revisions/9c278fe91cbd/schema)
