---
title: "GET /fdx/accounts/{accountId}/contact"
method: GET
path: "/fdx/accounts/{accountId}/contact"
---

# GET /fdx/accounts/{accountId}/contact

`GET /fdx/accounts/{accountId}/contact`

Get an account's contact information

## Path parameters

- `accountId` string, required

## Response `200`

OK

- object
  - `holders` object[], required
    - `name` object, required
      - `first` string, required
      - `middle` string, required
      - `last` string, required
      - `suffix` string
      - `prefix` string
  - `emails` string[], required
  - `addresses` object[], required
    - `line1` string, required
    - `line2` string, required
    - `line3` string
    - `city` string, required
    - `region` string — State or province or territory.
    - `postalCode` string
    - `country` string, required — Iso3166CountryCode
  - `telephones` object[], required
    - `type` 'HOME' | 'BUSINESS' | 'CELL' | 'FAX', required
    - `country` string — Country calling codes defined by ITU-T recommendations E.123 and E.164
    - `number` string, required — Telephone subscriber number defined by ITU-T recommendation E.164

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `429` — TooManyRequests
- `500` — Internal Error

---

[API](https://skmtc.net/slashfi/apis/slash-public-api.md) · [All operations](https://skmtc.net/slashfi/apis/slash-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/slashfi/slash-public-api/revisions/773c90f079c5/schema)
