v52

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-03269339953.6 KB
Domains: Portfolio

Get domain list

Retrieve all domains associated with your account.

Use this endpoint to view user's domain portfolio.

get/api/domains/v1/portfolio

Response

Success response

idinteger

Domain ID

domainstring nullable

Domain name, null when not claimed free domain

type'domain' | 'free_domain' | 'domain_transfer' | 'free_domain_transfer'
status'active' | 'pending_setup' | 'expired' | 'requested' | 'pending_verification' | 'deleted' | 'suspended' | 'failed'
created_atstring date-time
expires_atstring date-time nullable

Example response

[
  {
    "id": 13632,
    "domain": "mydomain.tld",
    "type": "domain",
    "status": "active",
    "created_at": "2025-02-27T11:54:22Z",
    "expires_at": "2025-03-27T11:54:22Z"
  }
]