GET
/
cms
/
v3
/
domains
/
{domainId}
単一のドメインを取得
curl --request GET \
  --url https://api.hubapi.com/cms/v3/domains/{domainId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "3210329704",
  "createdAt": "2017-07-11T13:00:52.928Z",
  "updatedAt": "2019-10-08T16:54:57.165Z",
  "domain": "99558489.hubspot.com",
  "isPrimaryLandingPage": false,
  "isPrimaryEmail": false,
  "isPrimaryBlogPost": true,
  "isPrimarySitePage": false,
  "isPrimaryKnowledge": false,
  "isResolving": true,
  "isManuallyMarkedAsResolving": false,
  "isHttpsEnabled": true,
  "isHttpsOnly": false,
  "isUsedForBlogPost": true,
  "isUsedForSitePage": false,
  "isUsedForLandingPage": false,
  "isUsedForEmail": false,
  "isUsedForKnowledge": false,
  "expectedCname": "99558489.group39.sites.hubspotqa.net",
  "redirectTo": ""
}
サポートされる製品
次のいずれかの製品またはそれ以上が必要です。
Marketing HubMarketing HubProfessional
Sales HubSales Hub無料ツール
Service HubService Hub無料ツール
Content HubContent HubStarter

必須スコープ

この API には、次のいずれかのスコープが必要です。
  • cms.domains.read
  • content
  • cms.domains.write
  • cms.knowledge_base.settings.write
  • cms.knowledge_base.settings.read

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

domainId
string
required

ドメインの固有ID。

Response

200
application/json

successful operation

The response is of type object.