---
title: "Query Customer Contacts"
method: GET
path: "/v2/customers/{customerId}/contacts"
tags: ["customer"]
---

# Query Customer Contacts

`GET /v2/customers/{customerId}/contacts`

Query all contacts for a specific customer

## Path parameters

- `customerId` string, uuid, required — Represents a unique key for identifying a customer in the JTL system.

## Headers

- `x-tenant-id` string, uuid, required
- `x-runas` string
- `x-companyid` string

## Response `200`

The requested contacts of the customer.

- JTLWawiRestContractsModelsV1CustomerCustomerContact[]
  - `id` string, uuid
  - `department` string — The contact person's department.
  - `honorific` string — The contact person's form of address.
  - `firstName` string — The contact person's first name.
  - `lastName` string — The contact person's last name.
  - `phoneNumber` string — The contact person's landline phone number.
  - `mobilePhoneNumber` string — The contact person's mobile number.
  - `emailAddress` string — The contact person's email address.
  - `fax` string — The contact person's fax number.

## Other responses

- `401`
- `402` — No licence available or the app has not been authorised by JTL.
- `404` — No data could be found.

---

[API](https://skmtc.net/jtl-software/apis/scx-authentication-api.md) · [All operations](https://skmtc.net/jtl-software/apis/scx-authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jtl-software/scx-authentication-api/revisions/f979b1ea6951/schema)
