HubSpot · Example Payload

Hubspot Cms Pages Collection Response Page Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Hubspot Cms Pages Collection Response Page Example is an example object payload from HubSpot, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

resultspaging

Example Payload

Raw ↑
{
  "results": [
    {
      "id": "500123",
      "name": "Example Record",
      "htmlTitle": "Example Record",
      "slug": "example-value",
      "state": "DRAFT",
      "currentState": "active",
      "contentTypeCategory": 100,
      "publishDate": "2025-03-15T14:30:00Z",
      "metaDescription": "This is an example description.",
      "url": "https://app.hubspot.com/contacts/12345",
      "domain": "example.hubspot.com",
      "language": "en",
      "templatePath": "/content/templates/example",
      "createdAt": "2025-03-15T14:30:00Z",
      "updatedAt": "2025-03-15T14:30:00Z",
      "archived": true
    }
  ],
  "paging": {
    "next": {
      "after": "example-value"
    }
  }
}