---
title: "Get customer contacts"
method: GET
path: "/v1/customers/{id}/contacts"
tags: ["Customers"]
---

# Get customer contacts

`GET /v1/customers/{id}/contacts`

## Path parameters

- `id` integer, required

## Response `200`

OK

- ThirdContact[]
  - `cellPhone` string, nullable
  - `companyName` string, nullable
  - `displayName` string, nullable
  - `email` string, nullable
  - `firstName` string, nullable
  - `function` string, nullable
  - `id` integer — Contact ID
  - `internalId` string, nullable — ID used in your system
  - `invertedDisplayName` string, nullable
  - `isMain` boolean — Indicates if the contact is the main third contact
  - `lastName` string, nullable
  - `phone` string, nullable
  - `service` string, nullable
  - `title` string, nullable

---

[API](https://skmtc.net/altoviz/apis/altoviz-api.md) · [All operations](https://skmtc.net/altoviz/apis/altoviz-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/altoviz/altoviz-api/versions/af5aae7365c9/schema)
