> ## Documentation Index
> Fetch the complete documentation index at: https://docs.payracle.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Virtual Accounts

> Retrieve all virtual accounts on your integration

`GET /v1/virtual-accounts?provider=paga`

Lists all virtual accounts on your integration for the given provider (defaults to `paga`). To list PalmPay accounts, pass `?provider=palmpay`.

```bash theme={null}
curl -X GET "https://api.payracle.com/api/v1/virtual-accounts?provider=paga" \
  -H "Authorization: Bearer sk_live_YOUR_SECRET_KEY"
```

Results are paginated (20 per page by default) — pass `?page=2` to move through them.
