Used to get a domain
The response fields marked with Gateway are only available on gateway accounts and only for users with the VIEW_REGISTRY_ACCOUNT permission.
| Name | Type | Description | Restrictions |
|---|---|---|---|
| domainName | String | The domain name |
|
| Name | Type | Required / Optional | Description | Restrictions |
|---|---|---|---|---|
| fields | String | Optional | Select fields to include in the response, comma separated list of field names. Requesting only the needed fields improves response time, especially when omitting relation fields. Identifying field(s) are always included. |
|
| Name | Type | Required / Optional | Description |
|---|---|---|---|
| domainName | String | Required | The domain name |
| registry | String | Required | The registry of the domain name |
| registryAccount | String | Optional | Gateway The registry account the domain name is in |
| customer | String | Required | The customer handle |
| registrant | String | Required | The handle of the registrant contact |
| privacyProtect | Boolean | Required | Privacy protect enabled |
| status | List <Enum> | Required |
The domain status
Possible values:
|
| authcode | String | Optional | The auth code of the domain name |
| languageCode | String | Optional | For IDN domains, the TLD specific language code of the domain name |
| autoRenew | Boolean | Required | If set to False, the domain will not be auto renewed upon expiration |
| autoRenewPeriod | Integer | Required | Auto renewal period in months |
| ns | List <String> | Optional | List of name servers used by the domain name |
| childHosts | List <String> | Optional | List of child hosts created under the domain name |
| createdDate | Timestamp | Required | The date the domain was created |
| updatedDate | Timestamp | Optional | The date the domain was last updated |
| expiryDate | Timestamp | Required | The expiry date of the domain name |
| premium | Boolean | Required | If set to True, the domain is a premium domain where extra fees apply |
| gateway | Boolean | Required | If set to True, the domain registered trough the gateway service |
| roid | String | Optional | Gateway The registry Repository Object Identifier |
| premiumCategory | String | Optional | Gateway The premium category the domain is assigned to at the registry |
| privacyContactId | String | Optional | Gateway The ID of the privacy contact at the registry for this domain when applicable |
| lastErrpNotificationDate | Timestamp | Optional | Gateway The expiry date of the domain name |
| lastWdrpNotificationDate | Timestamp | Optional | Gateway The expiry date of the domain name |
| zone | zone | Optional | |
| contacts | List < contacts > | Optional | Domain contacts and their role |
| keyData | List < keyData > | Optional | DNSSEC Key data for domain |
| dsData | List < dsData > | Optional | DNSSEC DS data for domain. |
| Name | Type | Required / Optional | Description |
|---|---|---|---|
| id | Integer | Required | ID of the DNS zone |
| service | Enum | Required |
The type of DNS service
Possible values:
|
| template | String | Optional | Name of the template |
| dnssec | Boolean | Required | Whether or not DNSSEC is enabled |
| master | String | Optional | IP address of the (hidden) master |
| Name | Type | Required / Optional | Description |
|---|---|---|---|
| protocol | Integer | Required |
The DNSSEC protocol
Possible values:
|
| flags | Integer | Required |
The DNSSEC flags
Possible values:
|
| algorithm | Integer | Required |
The DNSSEC algorithm
Possible values:
|
| publicKey | String | Required | The base64 encoded public key |
| Name | Type | Required / Optional | Description |
|---|---|---|---|
| keyTag | Integer | Required | The DNSSEC keyTag |
| algorithm | Integer | Required |
The DNSSEC algorithm
Possible values:
|
| digestType | Integer | Required |
The DNSSEC digest type
Possible values:
|
| digest | String | Required | The digest of the public key |
Generic errors can be expected.
GET /v2/domains/domainName