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

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

`GET /v1/customers`

## Response `200`

OK

- PageResultCustomerQueryDto
  - `Items` CustomerQueryDto[]
    - `id` integer
    - `ownerTypeId` integer
    - `code` string
    - `accountName` string
    - `accountNumber` string
    - `authCode` string
    - `contact` string
    - `eFTReference` string
    - `email` string
    - `fax` string
    - `mobile` string
    - `name` string
    - `ourCode` string
    - `phone` string
    - `vatReg` string
    - `timestamp` string, byte
    - `bank` EFTBankDto
      - `id` integer
      - `name` string
      - `branch` string
      - `sortCode` string
    - `address` string[]
    - `delivery` string[]
    - `additionalEmails` string[]
    - `vatAnalysisTypeId` integer
    - `vatType` integer
    - `salesRepId` integer
    - `businessIdentifierCode` string
    - `internationalBankAccountNumber` string
  - `NextPageLink` string
  - `Count` integer

---

[API](https://skmtc.dev/bigredcloud/apis/big-red-cloud-api.md) · [All operations](https://skmtc.dev/bigredcloud/apis/big-red-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bigredcloud/big-red-cloud-api/revisions/e1d97979e906/schema)
