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

# List Agency Plan 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

---

[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)
