v1
latestOpenAPI 3.1.12026-07-17111158225.7 KBdomains
Retrieve a domain
Retrieves the details of an existing domain.
get/{account}/domains/{domain}
Path parameters
accountinteger required
The account id
domainstring required
The domain name or id
Response
Domain retrieved.
Example response
{
"data": {
"id": 1,
"account_id": 1010,
"registrant_id": null,
"name": "example-alpha.com",
"unicode_name": "example-alpha.com",
"state": "hosted",
"auto_renew": false,
"private_whois": false,
"expires_at": null,
"trustee": false,
"created_at": "2014-12-06T15:56:55Z",
"updated_at": "2015-12-09T00:20:56Z"
}
}