---
title: "Get Domain Allowlist"
method: GET
path: "/api/v2/domain_allowlist"
tags: ["Domain Allowlist"]
---

# Get Domain Allowlist

`GET /api/v2/domain_allowlist`

Get the domain allowlist for an organization.

## Response `200`

OK

- DomainAllowlistResponse — Response containing information about the email domain allowlist.
  - `data` DomainAllowlistResponseData — The email domain allowlist response for an org.
    - `attributes` DomainAllowlistResponseDataAttributes — The details of the email domain allowlist.
      - `domains` string[] — The list of domains in the email domain allowlist.
      - `enabled` boolean — Whether the email domain allowlist is enabled for the org.
    - `id` string, nullable — The unique identifier of the org.
    - `type` 'domain_allowlist', required — Email domain allowlist allowlist type.

## Other responses

- `429` — Too many requests

---

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