---
title: "List email domains"
method: GET
path: "/v3/portals/email-domains"
tags: ["Portal Emails"]
---

# List email domains

`GET /v3/portals/email-domains`

List email domains

## Query parameters

- `page[size]` integer
- `page[number]` integer
- `sort` string
- `filter` EmailDomainFilterParameters
  - `domain` StringFieldFilter — Filter using **one** of the following operators: `eq`, `oeq`, `neq`, `contains`, `ocontains`
    - `eq` string — The field exactly matches the provided value.
    - `contains` string — The field contains the provided value.
    - `ocontains` string — The field contains any of the provided values.
    - `oeq` string — The field matches any of the provided values.
    - `neq` string — The field does not match the provided value.
  - `verification_status` StringFieldFilter — Filter using **one** of the following operators: `eq`, `oeq`, `neq`, `contains`, `ocontains`
    - `eq` string — The field exactly matches the provided value.
    - `contains` string — The field contains the provided value.
    - `ocontains` string — The field contains any of the provided values.
    - `oeq` string — The field matches any of the provided values.
    - `neq` string — The field does not match the provided value.

## Response `200`

List of a email domains

- ListDomains
  - `data` EmailDomain[], required
    - `domain` string, required
    - `verification` EmailDomainVerification, required
      - `status` 'pending' | 'success' | 'failed' | 'temporary_failure' | 'not_started', required — Specifies the status of the mail domain verification
      - `last_time_checked` string, date-time, required — An ISO-8601 timestamp representation of the last time the verification got checked.
      - `last_time_success` string, date-time, required — An ISO-8601 timestamp representation of the last time the verification succeeded.
    - `dns_validation_records` DNSRecord[], required
      - `type` string, required
      - `name` string, required
      - `value` string, required
    - `created_at` string, date-time, required — An ISO-8601 timestamp representation of entity creation date.
    - `updated_at` string, date-time, required — An ISO-8601 timestamp representation of entity update date.
  - `meta` PaginatedMeta, required — returns the pagination information
    - `page` PageMeta, required — Contains pagination query parameters and the total number of objects returned.
      - `number` number, required
      - `size` number, required
      - `total` number, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/kong/apis/konnect-api-go-sdk.md) · [All operations](https://skmtc.net/kong/apis/konnect-api-go-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kong/konnect-api-go-sdk/revisions/f920f418f552/schema)
