Domains: Portfolio
Get domain details
Retrieve detailed information for specified domain.
Use this endpoint to view comprehensive domain configuration and status.
get/api/domains/v1/portfolio/{domain}
Path parameters
domainstring required
Example:mydomain.tld
Domain name
Response
Success response
Example response
{
"domain": "mydomain.tld",
"status": "active",
"is_privacy_protection_allowed": true,
"is_lockable": true,
"is_locked": true,
"name_servers": {
"ns1": "ns1.example.tld",
"ns2": "ns2.example.tld"
},
"domain_contacts": {
"admin_id": 114698,
"owner_id": 614698,
"billing_id": 154698,
"tech_id": 524248
},
"created_at": "2025-02-27T11:54:22Z",
"updated_at": "2025-02-27T11:54:22Z",
"60_days_lock_expires_at": "2025-04-27T11:54:22Z",
"registered_at": "2025-02-27T12:54:22Z",
"expires_at": "2025-03-27T11:54:22Z"
}