---
title: "List domains"
method: GET
path: "/api/agency-hosting/v1/domains"
tags: ["Agency Hosting: Domains"]
---

# List domains

`GET /api/agency-hosting/v1/domains`

Returns a paginated list of domains associated with Agency Plan websites accessible to the authenticated client.

Use the website_uuids filter to narrow results to specific websites.

## Query parameters

- `page` integer
- `per_page` integer
- `website_uuids` string[], nullable

## Response `200`

Success response

- object
  - `data` AgencyHostingV1DomainsDomainResource[] — Array of [`AgencyHosting.V1.Domains.DomainResource`](#model/agencyhostingv1domainsdomainresource)
    - `fqdn` string — Domain name
    - `website_uid` string — Owner website UID
    - `created_at` string, date-time — Creation date
  - `meta` CommonSchemaPaginationMetaSchema
    - `current_page` integer
    - `per_page` integer
    - `total` integer

## Other responses

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

## Changes

> 88 revisions in range; 18 could not be searched.

- **2026-08-13** `5a5a54ce5eb4` — 1 info
  - api operation id `agency-hosting_listAgencyPlanDomainsV1` removed and replaced with `agency-hosting_listDomainsV1`
- **2026-07-10** `4225b85b62f6` — 1 info
  - endpoint added
- **2026-06-09** `d05574986eb1` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/hostinger/apis/hostinger-api/changes/api/agency-hosting/v1/domains/get.md)

---

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