---
title: "Returns the list of vendors of an account"
method: GET
path: "/v1/Accounts/vendors"
tags: ["Accounts"]
---

# Returns the list of vendors of an account

`GET /v1/Accounts/vendors`

## Query parameters

- `Filter` string
- `Page` integer
- `PageSize` integer
- `SortColumn` string
- `SortOrder` string
- `locationId` integer
- `Account` unknown

## Response `200`

Success

- AccountVendorResult
  - `vendorId` integer
  - `vendorCode` string, nullable
  - `vendorName` string, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/invendor/apis/io-commonapi.md) · [All operations](https://skmtc.net/invendor/apis/io-commonapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/invendor/io-commonapi/revisions/0e4626e69155/schema)
