---
title: "Returns a list of company's Bank Account. Supports OData querying protocol.
Filtering is forbidden.
Ordering is allowed by \"id\" and \"acCode\" fields."
method: GET
path: "/v1/bankAccounts"
tags: ["BankAccounts"]
---

# Returns a list of company's Bank Account. Supports OData querying protocol.
Filtering is forbidden.
Ordering is allowed by "id" and "acCode" fields.

`GET /v1/bankAccounts`

## Response `200`

OK

- PageResultBankAccountQueryDto
  - `Items` BankAccountQueryDto[]
    - `id` integer
    - `acCode` string
    - `details` string
    - `lastChq` string
    - `isDefaultBank` boolean
    - `nominalAcCode` string
    - `timestamp` string, byte
    - `categoryId` integer
    - `address` string[]
    - `accountName` string
    - `businessIdentifierCodes` string
    - `internationalBankAccountNumber` string
    - `creditorScheme` string
    - `sortCode` string
    - `accountNumber` string
    - `bankFeedSource` integer
  - `NextPageLink` string
  - `Count` integer

---

[API](https://skmtc.net/bigredcloud/apis/big-red-cloud-api.md) · [All operations](https://skmtc.net/bigredcloud/apis/big-red-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bigredcloud/big-red-cloud-api/versions/1324a5ec638a/schema)
