---
title: "Get account contact"
method: GET
path: "/accounts/{id}/contact"
tags: ["Contact"]
---

# Get account contact

`GET /accounts/{id}/contact`

Get contact information associated with an account, including holders, emails, addresses, and phone numbers.

## Path parameters

- `id` string, uuid, required

## Response `200`

Account contact information

- GetAccountContactResponse — Contact information associated with an account.
  - `holders` AccountHolder[]
    - `name` PersonName, required — A person's name.
      - `first` string
      - `middle` string
      - `last` string
      - `suffix` string
      - `prefix` string
      - `company` string
    - `relationship` 'AUTHORIZED_USER' | 'BUSINESS' | 'PRIMARY', required — Relationship of the holder to the account
    - `type` 'BUSINESS' | 'CONSUMER', required — Type of account holder
    - `businessCustomer` BusinessCustomer — Business customer information.
      - `name` string, required — Legal business name
      - `registeredId` string — Registered identifier (e.g., EIN)
    - `emails` string[]
    - `addresses` AccountAddress[]
      - `line1` string, required
      - `line2` string
      - `line3` string
      - `city` string, required
      - `region` string, required — State or region code
      - `postalCode` string, required
      - `country` string, required — ISO 3166-1 alpha-2 country code
    - `telephones` AccountPhone[]
      - `type` 'HOME' | 'BUSINESS' | 'CELL' | 'FAX', required — Type of phone number
      - `country` string — Country calling code (e.g., "+1")
      - `number` string, required — Phone number
  - `emails` string[]
  - `addresses` AccountAddress[]
    - `line1` string, required
    - `line2` string
    - `line3` string
    - `city` string, required
    - `region` string, required — State or region code
    - `postalCode` string, required
    - `country` string, required — ISO 3166-1 alpha-2 country code
  - `telephones` AccountPhone[]
    - `type` 'HOME' | 'BUSINESS' | 'CELL' | 'FAX', required — Type of phone number
    - `country` string — Country calling code (e.g., "+1")
    - `number` string, required — Phone number

## Other responses

- `401` — Missing or invalid OAuth 2.0 Bearer token
- `403` — Insufficient permissions or IP not whitelisted
- `404` — Resource not found
- `412` — A precondition for the request was not met
- `500` — Unexpected server error

---

[API](https://skmtc.net/chariot-giving/apis/chariot-fdx-api.md) · [All operations](https://skmtc.net/chariot-giving/apis/chariot-fdx-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chariot-giving/chariot-fdx-api/revisions/a5b23a590c8a/schema)
