---
title: "Get account contact info"
method: GET
path: "/account-contact-info"
tags: ["Account Info"]
---

# Get account contact info

`GET /account-contact-info`

Returns the contact info (email, phone number) of the utility account.

## Headers

- `Authorization` string, required
- `Pelm-Client-Id` string, required
- `Pelm-Secret` string, required

## Request body

- object
  - `account_number` string — Utility account number

## Response `200`

Successfully retrieved account contact info

- object
  - `emails` unknown[] — Email addresses on file
    - unknown
  - `language_preference` string — Language preference on file
  - `phones` unknown[] — Phone numbers on file
    - unknown

## Other responses

- `400` — Client error
- `401` — Unauthorized
- `403` — Permission denied
- `500` — Server error

---

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