---
title: "Get a vendor by ID"
method: GET
path: "/Vendors/{id}"
tags: ["Vendors"]
---

# Get a vendor by ID

`GET /Vendors/{id}`

## Path parameters

- `id` string, required

## Response `200`

OK

- 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

## Other responses

- `404` — Not Found

---

[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/a905bde4e796/schema)
