Saltar al contenido principal
GET
/
cms
/
domains
/
2026-03
cURL
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

Autorizaciones

Authorization
string
header
requerido

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

Parámetros de consulta

after
string
archived
boolean
createdAfter
string<date-time>
createdAt
string<date-time>
createdBefore
string<date-time>
limit
integer<int32>
sort
string[]
updatedAfter
string<date-time>
updatedAt
string<date-time>
updatedBefore
string<date-time>

Respuesta

successful operation

results
object[]
requerido

Los resultados de la consulta.

total
integer<int32>
requerido

El número de resultados disponibles.

paging
object
Last modified on June 5, 2026