---
title: "List virtual IBANs"
method: GET
path: "/v1/accounts/{account_id}/virtual_ibans"
tags: ["Virtual IBANs"]
---

# List virtual IBANs

`GET /v1/accounts/{account_id}/virtual_ibans`

Returns all virtual IBANs bound to the account specified in the request.

## Path parameters

- `account_id` string, required

## Query parameters

- `page[number]` string
- `page[size]` string
- `filter[virtual_iban]` string
- `filter[state]` string

## Response `200`

Successful result of the operation.

## Other responses

- `403` — You are not authorized to perform this action.
- `404` — The account with the given ID could not be found.
- `500` — Internal server error.

---

[API](https://skmtc.net/solarisgroup/apis/account-management.md) · [All operations](https://skmtc.net/solarisgroup/apis/account-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarisgroup/account-management/revisions/099ef636a5a1/schema)
