---
title: "List Known Contacts"
method: GET
path: "/settings/known-contacts"
tags: ["Settings"]
---

# List Known Contacts

`GET /settings/known-contacts`

List all known contacts for the customer.

## Response `200`

Successful Response

- KnownContactResponse[]
  - `known_contact_id` string, uuid, required
  - `phone_number` string, required — Phone number in E.164 format
  - `name` string, required — Name of the contact
  - `first_name_phonetic` string, required — Phonetic spelling of first name for AI pronunciation

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
