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

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

`GET /v1/suppliers`

## Response `200`

OK

- PageResultSupplierQueryDto
  - `Items` SupplierQueryDto[]
    - `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
    - `address` string[]
    - `additionalEmails` string[]
    - `bank` EFTBankDto
      - `id` integer
      - `name` string
      - `branch` string
      - `sortCode` string
    - `vatAnalysisTypeId` integer
    - `vatType` integer
    - `businessIdentifierCode` string
    - `internationalBankAccountNumber` string
    - `postponedAccounting` boolean
    - `internationalServices` boolean
    - `purchaseImporterSetting` PurchaseImporterSettingDto
      - `nominal` integer
      - `analysisCategory` integer
      - `vatCategory` string
  - `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)
