# DomainDto
Domain plus verification records and status
# Properties
Name | Type | Description | Notes |
---|---|---|---|
catch_all_inbox_id | str | The optional catch all inbox that will receive emails sent to the domain that cannot be matched. | [optional] |
created_at | datetime | ||
dkim_tokens | list[str] | Unique token DKIM tokens | [optional] |
domain | str | Custom domain name | [optional] |
domain_name_records | 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 | str | ||
is_verified | bool | 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] |
updated_at | datetime | ||
user_id | str | ||
verification_token | str | Verification tokens | [optional] |