Hubspot Domains Domain Collection Response Structure
A paginated collection of domains
Type: object
Properties: 3
Required: 2
AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationSales
DomainCollectionResponse is a JSON Structure definition published by HubSpot, describing 3 properties, of which 2 are required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.
{
"type": "object",
"description": "A paginated collection of domains",
"name": "DomainCollectionResponse",
"properties": {
"total": {
"type": "integer",
"description": "The total number of domains"
},
"results": {
"type": "array",
"description": "The list of domains",
"items": {
"type": "object",
"description": "Represents a domain connected to a HubSpot CMS site",
"properties": {
"id": {
"type": "string",
"description": "The unique identifier for the domain"
},
"domain": {
"type": "string",
"description": "The actual domain or sub-domain (e.g., www.hubspot.com)"
},
"createdAt": {
"type": "datetime",
"description": "When the domain was created"
},
"updatedAt": {
"type": "datetime",
"description": "When the domain was last updated"
},
"isResolving": {
"type": "boolean",
"description": "Whether the DNS for this domain is optimally configured for use with HubSpot"
},
"isManuallyMarkedAsResolving": {
"type": "boolean",
"description": "Whether the domain has been manually marked as resolving"
},
"isSslEnabled": {
"type": "boolean",
"description": "Whether SSL is enabled for this domain"
},
"isSslOnly": {
"type": "boolean",
"description": "Whether the domain only accepts HTTPS connections"
},
"isPrimaryBlogPost": {
"type": "boolean",
"description": "Whether this is the primary domain for blog posts"
},
"isPrimarySitePage": {
"type": "boolean",
"description": "Whether this is the primary domain for site pages"
},
"isPrimaryLandingPage": {
"type": "boolean",
"description": "Whether this is the primary domain for landing pages"
},
"isPrimaryEmail": {
"type": "boolean",
"description": "Whether this is the primary domain for email web pages"
},
"isPrimaryKnowledge": {
"type": "boolean",
"description": "Whether this is the primary domain for knowledge base"
},
"isUsedForBlogPost": {
"type": "boolean",
"description": "Whether the domain is used for CMS blog posts"
},
"isUsedForSitePage": {
"type": "boolean",
"description": "Whether the domain is used for CMS site pages"
},
"isUsedForLandingPage": {
"type": "boolean",
"description": "Whether the domain is used for CMS landing pages"
},
"isUsedForEmail": {
"type": "boolean",
"description": "Whether the domain is used for CMS email web pages"
},
"isUsedForKnowledge": {
"type": "boolean",
"description": "Whether the domain is used for CMS knowledge pages"
},
"expectedCname": {
"type": "string",
"description": "The expected CNAME record for this domain"
},
"redirectTo": {
"type": "string",
"description": "The domain to redirect to, if any"
},
"secondaryToDomain": {
"type": "string",
"description": "The primary domain this domain is secondary to"
}
},
"required": [
"id",
"domain",
"isResolving",
"isUsedForBlogPost",
"isUsedForSitePage",
"isUsedForLandingPage",
"isUsedForEmail",
"isUsedForKnowledge"
]
}
},
"paging": {
"type": "object",
"description": "Pagination information for forward navigation",
"properties": {
"next": {
"type": "object",
"description": "Information about the next page of results",
"properties": {
"after": {
"type": "string",
"description": "The cursor token for the next page"
},
"link": {
"type": "string",
"description": "A direct link to the next page"
}
},
"required": [
"after"
]
}
}
}
},
"required": [
"total",
"results"
],
"$schema": "https://json-structure.org/draft/2020-12/schema"
}
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/hubspot-domains-domain-collection-response-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no email required.
A second provider on the same verified email joins the account you already have.