GET account/domains/{domain}
Gets the specified domain.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| domain |
The domain to return. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"DomainName": "example.com",
"Status": "expired",
"ExpirationDate": "2025-11-04T11:29:05.907502-07:00",
"Locked": false,
"AutoRenew": false,
"WhoIsPrivacy": false,
"Category": "Default Category",
"UpgradedDomain": false,
"AuthCode": "ab3de$gh1jk"
}
