# OAIDomainDto
# Properties
Name | Type | Description | Notes |
---|---|---|---|
catchAllInboxId | NSString* | The optional catch all inbox that will receive emails sent to the domain that cannot be matched. | [optional] |
createdAt | NSDate* | ||
dkimTokens | *NSArray<NSString>*** | Unique token DKIM tokens | [optional] |
domain | NSString* | Custom domain name | [optional] |
domainNameRecords | NSArray<OAIDomainNameRecord>* | 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 | NSString* | ||
isVerified | NSNumber* | 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 | NSDate* | ||
userId | NSString* | ||
verificationToken | NSString* | Verification tokens | [optional] |
[Back to Model list] [Back to API list] [Back to README]