---
title: "Get domain list"
method: GET
path: "/api/domains/v1/portfolio"
tags: ["Domains: Portfolio"]
---

# Get domain list

`GET /api/domains/v1/portfolio`

Retrieve all domains associated with your account.

Use this endpoint to view user's domain portfolio.

## Response `200`

Success response

- DomainsV1DomainDomainResource[] — Array of [`Domains.V1.Domain.DomainResource`](#model/domainsv1domaindomainresource)
  - `id` integer — Domain ID
  - `domain` string, 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_at` string, date-time
  - `expires_at` string, date-time, nullable

## Other responses

- `401` — Unauthenticated response
- `500` — Error response

---

[API](https://skmtc.net/hostinger/apis/hostinger-api.md) · [All operations](https://skmtc.net/hostinger/apis/hostinger-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hostinger/hostinger-api/revisions/74abfea76e36/schema)
