---
title: "Get customer contact details"
method: GET
path: "/v3/customers/{customerId}/contacts/{contactId}"
tags: ["customers"]
---

# Get customer contact details

`GET /v3/customers/{customerId}/contacts/{contactId}`

Get details about an existing customer contact.

## Path parameters

- `customerId` string, required — BILL-generated ID of the customer. The value begins with `0cu`.
- `contactId` string, required — BILL-generated ID of the customer contact. The value begins with `cpu`.

## Headers

- `sessionId` string, nullable — API session ID generated with `/v3/login`
- `devKey` string, nullable — Developer key generated with your BILL developer account

## Response `200`

Get customer contact details response

- CustomerContactResponseDto — CustomerContact response Dto.
  - `id` string — BILL-generated ID of the customer contact. The value begins with `cpu`.
  - `archived` boolean — Set as `true` if the customer contact is archived.
  - `customerId` string — BILL-generated ID of the customer. The value begins with `0cu`.
  - `firstName` string — Customer first name
  - `lastName` string — Customer last name
  - `email` string — Customer email address
  - `phone` string — Customer phone number
  - `altPhone` string — Customer alternate phone number
  - `alternateEmail` string — Customer alternate email address
  - `createdTime` string, date-time — Created date and time
  - `updatedTime` string, date-time — Updated date and time

## Other responses

- `4XX` — List of errors.
- `5XX` — List of errors.

---

[API](https://skmtc.net/bill/apis/bill-v3-api.md) · [All operations](https://skmtc.net/bill/apis/bill-v3-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bill/bill-v3-api/revisions/0483350c434e/schema)
