---
title: "GET /cms/domains/2026-09"
method: GET
path: "/cms/domains/2026-09"
tags: ["Basic"]
---

# GET /cms/domains/2026-09

`GET /cms/domains/2026-09`

## Query parameters

- `after` string
- `archived` boolean
- `createdAfter` string, date-time
- `createdAt` string, date-time
- `createdBefore` string, date-time
- `limit` integer
- `sort` string[]
- `updatedAfter` string, date-time
- `updatedAt` string, date-time
- `updatedBefore` string, date-time

## Response `200`

successful operation

- CollectionResponseWithTotalDomain
  - `paging` Paging
    - `next` NextPage — Specifies the paging information needed to retrieve the next set of results in a paginated API response
      - `after` string, required — The cursor value indicating where to begin fetching the next page of results in a paginated collection
      - `link` string — An optional URL for directly accessing the next page of results.
    - `prev` PreviousPage — specifies the paging information needed to retrieve the previous set of results in a paginated API response
      - `before` string, required — A paging cursor token for retrieving previous pages.
      - `link` string — A URL that can be used to retrieve the previous pages' results.
  - `results` Domain[], required
    - `correctCname` string, required — The expected CNAME record for the domain.
    - `created` string, date-time, required — The date and time when the domain was created.
    - `domain` string, required — The actual domain or sub-domain. e.g. www.hubspot.com
    - `id` string, required — The unique ID of this domain.
    - `isResolving` boolean, required — Whether the DNS for this domain is optimally configured for use with HubSpot.
    - `isSslEnabled` boolean, required — Indicates whether SSL is enabled for the domain.
    - `isSslOnly` boolean, required — Indicates whether the domain is accessible only via SSL.
    - `isUsedForBlogPost` boolean, required — Whether the domain is used for CMS blog posts. Deprecated
    - `isUsedForEmail` boolean, required — Whether the domain is used for CMS email web pages. Deprecated
    - `isUsedForKnowledge` boolean, required — Whether the domain is used for CMS knowledge pages. Deprecated
    - `isUsedForLandingPage` boolean, required — Whether the domain is used for CMS landing pages. Deprecated
    - `isUsedForSitePage` boolean, required — Whether the domain is used for CMS site pages. Deprecated
    - `manuallyMarkedAsResolving` boolean, required — Indicates whether the domain has been manually marked as resolving.
    - `primaryBlogPost` boolean, required — Indicates whether the domain is the primary domain for blog posts.
    - `primaryEmail` boolean, required — Indicates whether the domain is the primary domain for email pages.
    - `primaryKnowledge` boolean, required — Indicates whether the domain is the primary domain for knowledge pages.
    - `primaryLandingPage` boolean, required — Indicates whether the domain is the primary domain for landing pages.
    - `primarySitePage` boolean, required — Indicates whether the domain is the primary domain for site pages.
    - `secondaryToDomain` string, required — Specifies the domain to which this domain is secondary.
    - `updated` string, date-time, required — The date and time when the domain was last updated.
  - `total` integer, required

## Other responses

- `default` — An error occurred.

---

[API](https://skmtc.net/hubspot/apis/cms-domains.md) · [All operations](https://skmtc.net/hubspot/apis/cms-domains/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hubspot/cms-domains/versions/c3e0f4142900/schema)
