---
title: "Load Domains"
method: GET
path: "/domains"
tags: ["Domains"]
---

# Load Domains

`GET /domains`

Returns a list of all domains configured for this Account. Required Access Level: ViewSettings

## Response `200`

OK

- DomainDetail[]
  - `Domain` string, string — Name of selected domain.
  - `DefaultDomain` boolean — True, if domain is used as default. Otherwise, false,
  - `Spf` boolean — True, if SPF record is verified
  - `Dkim` boolean — True, if DKIM record is verified
  - `MX` boolean — True, if MX record is verified
  - `DMARC` boolean
  - `IsRewriteDomainValid` boolean — True, if tracking CNAME record is verified
  - `Verify` boolean — True, if DKIM, SPF, or tracking are still to be verified
  - `Type` 'None' | 'Delete' | 'Http' | 'ExternalHttps' | 'InternalCertHttps' | 'LetsEncryptCert' — HTTP or HTTPS Protocal used for link tracking.
  - `TrackingStatus` 'Validated' | 'NotValidated' | 'Invalid' | 'Broken' — Status of ValidDomain to determine how often tracking validation should be performed.
  - `CertificateStatus` 'ErrorOccured' | 'CertNotSet' | 'Valid' | 'NotValid'
  - `CertificateValidationError` string, string
  - `TrackingTypeUserRequest` 'None' | 'Delete' | 'Http' | 'ExternalHttps' | 'InternalCertHttps' | 'LetsEncryptCert' — HTTP or HTTPS Protocal used for link tracking.
  - `VERP` boolean
  - `CustomBouncesDomain` string, string
  - `IsCustomBouncesDomainDefault` boolean
  - `IsMarkedForDeletion` boolean
  - `Ownership` 'Current' | 'Parent'

---

[API](https://skmtc.net/elasticemail/apis/megamail-api.md) · [All operations](https://skmtc.net/elasticemail/apis/megamail-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elasticemail/megamail-api/versions/1a0ebb83f676/schema)
