v52

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

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

get/api/agency-hosting/v1/domains

Query parameters

pageinteger
Example:1

Page number

per_pageinteger
Example:25

Number of items per page

website_uuidsstring[] nullable

Filter by website UIDs

[
  "zpwlGlp19"
]

Response

Success response

Example response

{
  "data": [
    {
      "fqdn": "example.com",
      "website_uid": "zpwlGlp19",
      "created_at": "2024-05-29T05:49:49+00:00"
    }
  ],
  "meta": {
    "current_page": 1,
    "per_page": 15,
    "total": 100
  }
}