---
title: "Get a list of contacts for a customer"
method: POST
path: "/api/customers/{customerId}/contacts/list"
tags: ["Customer Contact"]
---

# Get a list of contacts for a customer

`POST /api/customers/{customerId}/contacts/list`

## Path parameters

- `customerId` string, required

## Response `200`

List of contacts for the given customer id

- CustomerContactDto[]
  - `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

## Other responses

- `404` — The customer 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/versions/1b5649cff14a/schema)
