Domain
A representation of a domain created via Paced Email.
Properties
This resource includes the following properties:
Property | Type | Description |
---|---|---|
id |
string | The domain's ID. |
host_name |
string | The full host name of the domain. |
valid_dns |
boolena | The DNS status of the domain. |
Example
Here is an example representation of this resource:
{
"id": "domain_JGvyonkaW1pMVTDBKVx2lPqO",
"host_name": "example.com",
"valid_dns": true
}