curl --request GET \
--url https://api.hubapi.com/cms/domains/2026-03 \
--header 'Authorization: Bearer <token>'{
"results": [
{
"correctCname": "<string>",
"created": "2023-11-07T05:31:56Z",
"domain": "<string>",
"id": "<string>",
"isResolving": true,
"isSslEnabled": true,
"isSslOnly": true,
"isUsedForBlogPost": true,
"isUsedForEmail": true,
"isUsedForKnowledge": true,
"isUsedForLandingPage": true,
"isUsedForSitePage": true,
"manuallyMarkedAsResolving": true,
"primaryBlogPost": true,
"primaryEmail": true,
"primaryKnowledge": true,
"primaryLandingPage": true,
"primarySitePage": true,
"secondaryToDomain": "<string>",
"updated": "2023-11-07T05:31:56Z"
}
],
"total": 123,
"paging": {
"next": {
"after": "<string>",
"link": "<string>"
},
"prev": {
"before": "<string>",
"link": "<string>"
}
}
}curl --request GET \
--url https://api.hubapi.com/cms/domains/2026-03 \
--header 'Authorization: Bearer <token>'{
"results": [
{
"correctCname": "<string>",
"created": "2023-11-07T05:31:56Z",
"domain": "<string>",
"id": "<string>",
"isResolving": true,
"isSslEnabled": true,
"isSslOnly": true,
"isUsedForBlogPost": true,
"isUsedForEmail": true,
"isUsedForKnowledge": true,
"isUsedForLandingPage": true,
"isUsedForSitePage": true,
"manuallyMarkedAsResolving": true,
"primaryBlogPost": true,
"primaryEmail": true,
"primaryKnowledge": true,
"primaryLandingPage": true,
"primarySitePage": true,
"secondaryToDomain": "<string>",
"updated": "2023-11-07T05:31:56Z"
}
],
"total": 123,
"paging": {
"next": {
"after": "<string>",
"link": "<string>"
},
"prev": {
"before": "<string>",
"link": "<string>"
}
}
}Supported products
Required Scopes
The access token received from the authorization server in the OAuth 2.0 flow.
O token do cursor de paginação do último recurso lido com sucesso será retornado como a propriedade JSON "paging.next.after" de uma resposta paginada que contém mais resultados.
Se apenas os resultados que foram arquivados devem ser retornados.
O número máximo de resultados a serem exibidos por página.