---
title: "GET /api/v1/customers/{customerId}/virtual-accounts/{virtualAccountId}/whitelist-accounts"
method: GET
path: "/api/v1/customers/{customerId}/virtual-accounts/{virtualAccountId}/whitelist-accounts"
tags: ["Virtual Accounts"]
---

# GET /api/v1/customers/{customerId}/virtual-accounts/{virtualAccountId}/whitelist-accounts

`GET /api/v1/customers/{customerId}/virtual-accounts/{virtualAccountId}/whitelist-accounts`

List whitelisted source accounts for an AUD virtual account

## Path parameters

- `customerId` string, uuid, required — Customer UUID
- `virtualAccountId` string, uuid, required

## Response `200`

Default Response

- object
  - `count` integer, required
  - `data` object[], required
    - `id` integer, required
    - `account_name` string, nullable
    - `account_number` string, required
    - `bsb_number` string, required
    - `account_status` 'enabled' | 'disabled', required

## Other responses

- `400` — Default Response
- `404` — Default Response
- `500` — Default Response
- `502` — Default Response

---

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