# DomainDto
Domain plus verification records and status
# Properties
Name | Type | Description | Notes |
---|---|---|---|
catchAllInboxId | UUID | The optional catch all inbox that will receive emails sent to the domain that cannot be matched. | [optional] |
createdAt | OffsetDateTime | ||
dkimTokens | List<String> | Unique token DKIM tokens | [optional] |
domain | String | Custom domain name | [optional] |
domainNameRecords | List<DomainNameRecord> | List of DNS domain name records (C, MX, TXT) etc that you must add to the DNS server associated with your domain provider. | [optional] |
id | UUID | ||
isVerified | Boolean | Whether domain has been verified or not. If the domain is not verified after 72 hours there is most likely an issue with the domains DNS records. | [optional] |
updatedAt | OffsetDateTime | ||
userId | UUID | ||
verificationToken | String | Verification tokens | [optional] |