---
title: "Get a single domain"
method: GET
path: "/cms/domains/2026-03/{domainId}"
tags: ["Basic"]
---

# Get a single domain

`GET /cms/domains/2026-03/{domainId}`

Returns a single domains with the id specified.

## Path parameters

- `domainId` string, required

## Response `200`

successful operation

- CmsDomainsDomain
  - `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.
  - `isUsedForEmail` boolean, required — Whether the domain is used for CMS email web pages.
  - `isUsedForKnowledge` boolean, required — Whether the domain is used for CMS knowledge pages.
  - `isUsedForLandingPage` boolean, required — Whether the domain is used for CMS landing pages.
  - `isUsedForSitePage` boolean, required — Whether the domain is used for CMS site pages.
  - `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.

## Other responses

- `default` — An error occurred.

---

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