v52

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-03269339953.6 KB
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

domainstring

Domain name

status'active' | 'pending_setup' | 'expired' | 'requested' | 'pending_verification' | 'deleted' | 'suspended' | 'failed'

Status of the domain

messagestring nullable
is_privacy_protection_allowedboolean

Is privacy protection allowed for the domain

is_privacy_protectedboolean

Is privacy protection enabled for the domain

is_lockableboolean

Is domain allowed to be locked

is_lockedboolean

Is domain locked

created_atstring date-time
updated_atstring date-time
60_days_lock_expires_atstring date-time nullable
registered_atstring date-time nullable
expires_atstring date-time nullable

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"
}