---
title: "Get a list of contacts for a vendor"
method: POST
path: "/api/vendors/{vendorId}/contacts/list"
tags: ["Vendor Contact"]
---

# Get a list of contacts for a vendor

`POST /api/vendors/{vendorId}/contacts/list`

## Path parameters

- `vendorId` string, required

## Response `200`

List of contacts for the given vendor id

- VendorContactDto[]
  - `id` string, required — Id
  - `firstName` string, required — First name
  - `lastName` string, required — Last name
  - `position` string, nullable — Position / Job Title
  - `cellPhone` string, nullable — Cellphone number
  - `phone` string, nullable — Phone number
  - `email` string, email, nullable — Email address
  - `fax` string, nullable — Fax number
  - `notes` string, nullable — Internal notes about this contact.
  - `emailPurchaseOrders` boolean — Whether this contact should receive purchase order emails.

## Other responses

- `404` — The vendor did not exist

---

[API](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi.md) · [All operations](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fulcrumpro/fulcrum-publicapi/revisions/016c1fd45a3f/schema)
