---
title: "Get Email Domain Allowlist"
method: GET
path: "/global_config/recipient-email-domain-allowlist"
tags: ["GLOBAL_CONFIG"]
---

# Get Email Domain Allowlist

`GET /global_config/recipient-email-domain-allowlist`

Get the per-tenant recipient email-domain allowlist with attribution and
status. Owner only.

## Response `200`

Successful Response

- EmailDomainAllowlistResponse
  - `domains` EmailDomainEntry[], required
    - `domain` string, required
    - `added_by` string, nullable
    - `added_at` string, nullable
    - `status` 'active' | 'paused', required

## Other responses

- `400` — Bad request
- `403` — Not supported for public user
- `404` — Configuration not found

---

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