---
title: "List email domains"
method: GET
path: "/accounts/{accountId}/people/email-domains"
tags: ["Email domains"]
---

# List email domains

`GET /accounts/{accountId}/people/email-domains`

Returns a list of email domains associated with a given account. You can use this to [update your approved email domains](https://docs.equalsmoney.com/openapi/em-cis/operation/updateAccountEmailDomains/).

## Path parameters

- `accountId` string, required — The ID of the account to work with.

## Response `200`

OK

- object
  - `domains` string[], required — Array of email domains.

---

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