---
title: "Get all vendors with optional active filter"
method: GET
path: "/Vendors"
tags: ["Vendors"]
---

# Get all vendors with optional active filter

`GET /Vendors`

## Query parameters

- `isActive` boolean

## Response `200`

List of vendors

- VendorListResponseDto
  - `data` VendorDto[]
    - `id` string
    - `name` string
    - `code` string, nullable
    - `contactName` string, nullable
    - `phone` string, nullable
    - `email` string, nullable
    - `addressLine1` string, nullable
    - `addressLine2` string, nullable
    - `city` string, nullable
    - `state` string, nullable
    - `postalCode` string, nullable
    - `country` string, nullable
    - `accountNumber` string, nullable
    - `notes` string, nullable
    - `isActive` boolean
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
  - `totalCount` union
    - integer
    - string, int32

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/revisions/e7d381a5453b/schema)
