---
title: "List tenant domains"
method: GET
path: "/tenants/{tenantId}/domains"
tags: ["Domains"]
---

# List tenant domains

`GET /tenants/{tenantId}/domains`

Get all sending domains for a specific tenant with their verification status.

## Path parameters

- `tenantId` string, required

## Response `200`

List of domains

- ListDomainsResponse
  - `success` true, required
  - `data` object, required
    - `domains` DomainSummary[], required
      - `id` integer, required — Unique domain identifier
      - `name` string, required — The domain name used for sending emails
      - `verified` boolean, required — Whether all DNS records (SPF, DKIM, Return Path) are correctly configured. Domain must be verified before sending emails.
      - `tenant_id` string — ID of the tenant this domain belongs to (included when filtering by tenant_id)
      - `tenant_name` string — Name of the tenant this domain belongs to (included when filtering by tenant_id)
  - `meta` ApiMeta, required
    - `requestId` string, required — Unique request identifier for debugging and support

## Other responses

- `401` — Invalid or missing API key
- `404` — Tenant not found
- `429` — Rate limit exceeded
- `500` — Internal server error

---

[API](https://skmtc.net/arkhq-io/apis/ark-email-api.md) · [All operations](https://skmtc.net/arkhq-io/apis/ark-email-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/arkhq-io/ark-email-api/revisions/98a90852ffca/schema)
